#CB5E60

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

Shades of Mandy #CB5E60

Tints of Mandy #CB5E60

Color information

#CB5E60 (or 0xCB5E60) is unknown color: approx Mandy. HEX triplet: CB, 5E and 60. RGB value is (203,94,96). Sum of RGB (Red+Green+Blue) = 203+94+96=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E60 is #34A19F. Grayscale: #7E7E7E. Windows color (decimal): -3449248 or 6315723. OLE color: 6315723.

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

Color convert

RGB2039496-
CMYK00.540.530.20
HSL358.9º51.17%58.24%-
HSV(B)358.9º53.69%79.61%-
XYZ30.7421.5513.6-
YUV126.82110.61182.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.65%
GREEN value IS 94 (37.11% from 255) = 23.92%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=51.65%
G=23.92%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203949600.540.530.20358.951.1758.24
HexCB5E600363514167333a
Octal31313614006665245476372
Binary1100101110111101100000011011011010110100101100111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5E60; }

 p { color: rgb(203,94,96); }

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

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

 a { background-color: rgb(203,94,96); }

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

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

 span { border-color: rgb(203,94,96); }

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