Html Css Color HEX #CC6660 Indian Red

📋 copy color: '#CC6660'

red 204 ◦ green 102 ◦ blue 96

#CC6660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #CC6660

Tints of Indian Red #CC6660

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 value IS 0

 M value IS 0.5

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC6660 (or 0xCC6660) is known color: 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

RGB 204 102 96 -
CMYK 0 0.5 0.53 0.2
HSL 3.33º 0.51% 0.59% -
HSV(B) 3.33º 0.53% 0.8% -
XYZ 31.76 23.18 13.87 -
YUV 131.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 204 102 96 0 0.5 0.53 0.2 3.33 0.51 0.59
Hex CC 66 60 0 32 35 14 3 33 3B
Octal 314 146 140 0 62 65 24 3 63 73
Binary 11001100 1100110 1100000 0 110010 110101 10100 11 110011 111011

Color Harmonies of #CC6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6660

Black with #CC6660

Text Example


Text Example

White with #CC6660

Text Example


Text Example

HTML Codes & Css Web 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>