#CB6064

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

Shades of Mandy #CB6064

Tints of Mandy #CB6064

Color information

#CB6064 (or 0xCB6064) is unknown color: approx Mandy. HEX triplet: CB, 60 and 64. RGB value is (203,96,100). Sum of RGB (Red+Green+Blue) = 203+96+100=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6064 is #349F9B. Grayscale: #808080. Windows color (decimal): -3448732 or 6578379. OLE color: 6578379.

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

Color convert

RGB20396100-
CMYK00.530.510.20
HSL357.76º50.71%58.63%-
HSV(B)357.76º52.71%79.61%-
XYZ31.1121.9814.66-
YUV128.45111.95181.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 100 (39.45% from 255) = 25.06%
R=50.88%
G=24.06%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039610000.530.510.20357.7650.7158.63
HexCB60640353314166333b
Octal31314014406563245466373
Binary1100101111000001100100011010111001110100101100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6064; }

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

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

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

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

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

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

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

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