#CB5B5C

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

Shades of Mandy #CB5B5C

Tints of Mandy #CB5B5C

Color information

#CB5B5C (or 0xCB5B5C) is unknown color: approx Mandy. HEX triplet: CB, 5B and 5C. RGB value is (203,91,92). Sum of RGB (Red+Green+Blue) = 203+91+92=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5B5C is #34A4A3. Grayscale: #7C7C7C. Windows color (decimal): -3450020 or 6052811. OLE color: 6052811.

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

Color convert

RGB2039192-
CMYK00.550.550.20
HSL359.46º51.85%57.65%-
HSV(B)359.46º55.17%79.61%-
XYZ30.320.9512.57-
YUV124.6109.61183.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.59%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=52.59%
G=23.58%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203919200.550.550.20359.4651.8557.65
HexCB5B5C0373714167343a
Octal31313313406767245476472
Binary1100101110110111011100011011111011110100101100111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5B5C; }

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

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

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

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

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

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

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

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