#CC6660

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

Shades of Indian Red #CC6660

Tints of Indian Red #CC6660

Color information

#CC6660 (or 0xCC6660) is unknown color: approx Indian Red. HEX triplet: CC, 66 and 60. RGB value is (204,102,96). Sum of RGB (Red+Green+Blue) = 204+102+96=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6660 is #33999F. Grayscale: #838383. Windows color (decimal): -3381664 or 6317772. OLE color: 6317772.

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

Color convert

RGB20410296-
CMYK00.50.530.2
HSL3.33º51.43%58.82%-
HSV(B)3.33º52.94%80%-
XYZ31.7623.1813.87-
YUV131.81107.79179.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.75%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=50.75%
G=25.37%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041029600.50.530.23.3351.4358.82
HexCC666003235143333b
Octal314146140062652436373
Binary110011001100110110000001100101101011010011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6660; }

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

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

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

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

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

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

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

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