#CB4D5C

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

Shades of Mandy #CB4D5C

Tints of Mandy #CB4D5C

Color information

#CB4D5C (or 0xCB4D5C) is unknown color: approx Mandy. HEX triplet: CB, 4D and 5C. RGB value is (203,77,92). Sum of RGB (Red+Green+Blue) = 203+77+92=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4D5C is #34B2A3. Grayscale: #747474. Windows color (decimal): -3453604 or 6049227. OLE color: 6049227.

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

Color convert

RGB2037792-
CMYK00.620.550.20
HSL352.86º54.78%54.9%-
HSV(B)352.86º62.07%79.61%-
XYZ29.2118.7812.21-
YUV116.38114.24189.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.57%
GREEN value IS 77 (30.47% from 255) = 20.70%
BLUE value IS 92 (36.33% from 255) = 24.73%
R=54.57%
G=20.70%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203779200.620.550.20352.8654.7854.9
HexCB4D5C03E37141613737
Octal31311513407667245416767
Binary1100101110011011011100011111011011110100101100001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4D5C; }

 p { color: rgb(203,77,92); }

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

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

 a { background-color: rgb(203,77,92); }

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

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

 span { border-color: rgb(203,77,92); }

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