#CC6766

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

Shades of Indian Red #CC6766

Tints of Indian Red #CC6766

Color information

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

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

Color convert

RGB204103102-
CMYK00.500.50.2
HSL0.59º50%60%-
HSV(B)0.59º50%80%-
XYZ32.1523.515.41-
YUV133.08110.46178.58-

RGB Variations

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

RGB

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

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
Decimal20410310200.500.50.20.595060
HexCC676603232141323c
Octal314147146062622416274
Binary11001100110011111001100110010110010101001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6766; }

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

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

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

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

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

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

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

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