Html Css Color HEX #CC6664 Indian Red

📋 copy color: '#CC6664'

red 204 ◦ green 102 ◦ blue 100

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

Shades of Indian Red #CC6664

Tints of Indian Red #CC6664

RGB

 RED value IS 204 (80.08% from 255) = 50.25%

 GREEN value IS 102 (40.23% from 255) = 25.12%

 BLUE value IS 100 (39.45% from 255) = 24.63%

R = 50.25%
G = 25.12%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC6664 (or 0xCC6664) is known color: Indian Red. HEX triplet: CC, 66 and 64. RGB value is (204,102,100). Sum of RGB (Red+Green+Blue) = 204+102+100=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6664 is #33999B. Grayscale: #848484. Windows color (decimal): -3381660 or 6579916. OLE color: 6579916.

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

Color convert

RGB 204 102 100 -
CMYK 0 0.5 0.51 0.2
HSL 1.15º 0.5% 0.6% -
HSV(B) 1.15º 0.51% 0.8% -
XYZ 31.95 23.26 14.86 -
YUV 132.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 204 102 100 0 0.5 0.51 0.2 1.15 0.5 0.6
Hex CC 66 64 0 32 33 14 1 32 3C
Octal 314 146 144 0 62 63 24 1 62 74
Binary 11001100 1100110 1100100 0 110010 110011 10100 1 110010 111100

Color Harmonies of #CC6664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6664

Black with #CC6664

Text Example


Text Example

White with #CC6664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6664; }

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

 H1.HeaderClassName
 {
   color: #CC6664;
 }
 .AnyTagClassName
 {
   color: #CC6664;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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