#CC6566

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

Shades of Mandy #CC6566

Tints of Mandy #CC6566

Color information

#CC6566 (or 0xCC6566) is unknown color: approx Mandy. HEX triplet: CC, 65 and 66. RGB value is (204,101,102). Sum of RGB (Red+Green+Blue) = 204+101+102=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6566 is #339A99. Grayscale: #848484. Windows color (decimal): -3381914 or 6710732. OLE color: 6710732.

HSL color Cylindrical-coordinate representation of color #CC6566: hue angle of 359.42º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6566 is Cyan = 0, Magento = 0.50, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB204101102-
CMYK00.500.50.2
HSL359.42º50.24%59.8%-
HSV(B)359.42º50.49%80%-
XYZ31.9523.115.35-
YUV131.91111.12179.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=50.12%
G=24.82%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410110200.500.50.2359.4250.2459.8
HexCC65660323214167323c
Octal31414514606262245476274
Binary1100110011001011100110011001011001010100101100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6566; }

 p { color: rgb(204,101,102); }

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

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

 a { background-color: rgb(204,101,102); }

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

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

 span { border-color: rgb(204,101,102); }

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