#CC6166

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

Shades of Mandy #CC6166

Tints of Mandy #CC6166

Color information

#CC6166 (or 0xCC6166) is unknown color: approx Mandy. HEX triplet: CC, 61 and 66. RGB value is (204,97,102). Sum of RGB (Red+Green+Blue) = 204+97+102=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6166 is #339E99. Grayscale: #818181. Windows color (decimal): -3382938 or 6709708. OLE color: 6709708.

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

Color convert

RGB20497102-
CMYK00.520.50.2
HSL357.2º51.2%59.02%-
HSV(B)357.2º52.45%80%-
XYZ31.5722.3515.22-
YUV129.56112.45181.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 102 (40.23% from 255) = 25.31%
R=50.62%
G=24.07%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049710200.520.50.2357.251.259.02
HexCC61660343214165333b
Octal31414114606462245456373
Binary1100110011000011100110011010011001010100101100101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6166; }

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

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

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

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

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

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

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

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