#CB474C

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

Shades of Mandy #CB474C

Tints of Mandy #CB474C

Color information

#CB474C (or 0xCB474C) is unknown color: approx Mandy. HEX triplet: CB, 47 and 4C. RGB value is (203,71,76). Sum of RGB (Red+Green+Blue) = 203+71+76=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB474C is #34B8B3. Grayscale: #6F6F6F. Windows color (decimal): -3455156 or 4999115. OLE color: 4999115.

HSL color Cylindrical-coordinate representation of color #CB474C: hue angle of 357.73º 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 #CB474C is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB2037176-
CMYK00.650.630.20
HSL357.73º55.93%53.73%-
HSV(B)357.73º65.02%79.61%-
XYZ28.1917.728.77-
YUV111.04108.23193.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58%
GREEN value IS 71 (28.12% from 255) = 20.29%
BLUE value IS 76 (30.08% from 255) = 21.71%
R=58%
G=20.29%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203717600.650.630.20357.7355.9353.73
HexCB474C0413F141663836
Octal313107114010177245467066
Binary11001011100011110011000100000111111110100101100110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB474C; }

 p { color: rgb(203,71,76); }

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

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

 a { background-color: rgb(203,71,76); }

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

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

 span { border-color: rgb(203,71,76); }

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