Html Css Color HEX #CC6564 Indian Red

📋 copy color: '#CC6564'

red 204 ◦ green 101 ◦ blue 100

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

Shades of Indian Red #CC6564

Tints of Indian Red #CC6564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.94%

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

R = 50.37%
G = 24.94%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC6564 (or 0xCC6564) is known color: Indian Red. HEX triplet: CC, 65 and 64. RGB value is (204,101,100). Sum of RGB (Red+Green+Blue) = 204+101+100=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6564 is #339A9B. Grayscale: #838383. Windows color (decimal): -3381916 or 6579660. OLE color: 6579660.

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

Color convert

RGB 204 101 100 -
CMYK 0 0.50 0.51 0.2
HSL 0.58º 0.5% 0.6% -
HSV(B) 0.58º 0.51% 0.8% -
XYZ 31.86 23.06 14.83 -
YUV 131.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 204 101 100 0 0.50 0.51 0.2 0.58 0.5 0.6
Hex CC 65 64 0 32 33 14 1 32 3C
Octal 314 145 144 0 62 63 24 1 62 74
Binary 11001100 1100101 1100100 0 110010 110011 10100 1 110010 111100

Color Harmonies of #CC6564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6564

Black with #CC6564

Text Example


Text Example

White with #CC6564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6564; }

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

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

background-color css

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

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

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

border-color css

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

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

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