#CC6667

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

Shades of Mandy #CC6667

Tints of Mandy #CC6667

Color information

#CC6667 (or 0xCC6667) is unknown color: approx Mandy. HEX triplet: CC, 66 and 67. RGB value is (204,102,103). Sum of RGB (Red+Green+Blue) = 204+102+103=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6667 is #339998. Grayscale: #848484. Windows color (decimal): -3381657 or 6776524. OLE color: 6776524.

HSL color Cylindrical-coordinate representation of color #CC6667: hue angle of 359.41º 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 #CC6667 is Cyan = 0, Magento = 0.5, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB204102103-
CMYK00.50.500.2
HSL359.41º50%60%-
HSV(B)359.41º50%80%-
XYZ32.123.3215.64-
YUV132.61111.29178.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 103 (40.62% from 255) = 25.18%
R=49.88%
G=24.94%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410210300.50.500.2359.415060
HexCC66670323214167323c
Octal31414614706262245476274
Binary1100110011001101100111011001011001010100101100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6667; }

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

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

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

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

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

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

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

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