#CB4849

Color #CB4849 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #CB4849

Tints of Mandy #CB4849

Color information

#CB4849 (or 0xCB4849) is unknown color: approx Mandy. HEX triplet: CB, 48 and 49. RGB value is (203,72,73). Sum of RGB (Red+Green+Blue) = 203+72+73=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4849 is #34B7B6. Grayscale: #6F6F6F. Windows color (decimal): -3454903 or 4802763. OLE color: 4802763.

HSL color Cylindrical-coordinate representation of color #CB4849: hue angle of 359.54º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4849 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB2037273-
CMYK00.650.640.20
HSL359.54º55.74%53.92%-
HSV(B)359.54º64.53%79.61%-
XYZ28.1517.818.26-
YUV111.28106.4193.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 58.33%
GREEN value IS 72 (28.52% from 255) = 20.69%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=58.33%
G=20.69%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203727300.650.640.20359.5455.7453.92
HexCB484904140141683836
Octal3131101110101100245507066
Binary110010111001000100100101000001100000010100101101000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4849; }

 p { color: rgb(203,72,73); }

 H1.HeaderClassName
 {
   color: #CB4849;
 }
 .AnyTagClassName
 {
   color: #CB4849;
 }
</style>
background-color css

<style>
 a { background-color: #CB4849; }

 a { background-color: rgb(203,72,73); }

 div.DivClassName
 {
   background-color: #CB4849;
 }
 .BgClassName
 {
   background-color: #CB4849;
 }
</style>
border-color css

<style>
 span { border-color: #CB4849; }

 span { border-color: rgb(203,72,73); }

 td.TdClassName
 {
   border-color: #CB4849;
 }
 .TagClassName
 {
   border-color: #CB4849;
 }
</style>