Html Css Color HEX #CC6661 Indian Red

📋 copy color: '#CC6661'

red 204 ◦ green 102 ◦ blue 97

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

Shades of Indian Red #CC6661

Tints of Indian Red #CC6661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.07%

R = 50.62%
G = 25.31%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC6661 (or 0xCC6661) is known color: Indian Red. HEX triplet: CC, 66 and 61. RGB value is (204,102,97). Sum of RGB (Red+Green+Blue) = 204+102+97=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6661 is #33999E. Grayscale: #848484. Windows color (decimal): -3381663 or 6383308. OLE color: 6383308.

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

Color convert

RGB 204 102 97 -
CMYK 0 0.5 0.52 0.2
HSL 2.8º 0.51% 0.59% -
HSV(B) 2.8º 0.52% 0.8% -
XYZ 31.81 23.2 14.11 -
YUV 131.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 204 102 97 0 0.5 0.52 0.2 2.8 0.51 0.59
Hex CC 66 61 0 32 34 14 3 33 3B
Octal 314 146 141 0 62 64 24 3 63 73
Binary 11001100 1100110 1100001 0 110010 110100 10100 11 110011 111011

Color Harmonies of #CC6661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6661

Black with #CC6661

Text Example


Text Example

White with #CC6661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6661; }

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

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

background-color css

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

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

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

border-color css

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

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

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