Html Css Color HEX #CC6860 Indian Red

📋 copy color: '#CC6860'

red 204 ◦ green 104 ◦ blue 96

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

Shades of Indian Red #CC6860

Tints of Indian Red #CC6860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.74%

 BLUE value IS 96 (37.89% from 255) = 23.76%

R = 50.5%
G = 25.74%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC6860 (or 0xCC6860) is known color: Indian Red. HEX triplet: CC, 68 and 60. RGB value is (204,104,96). Sum of RGB (Red+Green+Blue) = 204+104+96=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6860 is #33979F. Grayscale: #858585. Windows color (decimal): -3381152 or 6318284. OLE color: 6318284.

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

Color convert

RGB 204 104 96 -
CMYK 0 0.49 0.53 0.2
HSL 4.44º 0.51% 0.59% -
HSV(B) 4.44º 0.53% 0.8% -
XYZ 31.96 23.58 13.93 -
YUV 132.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 204 104 96 0 0.49 0.53 0.2 4.44 0.51 0.59
Hex CC 68 60 0 31 35 14 4 33 3B
Octal 314 150 140 0 61 65 24 4 63 73
Binary 11001100 1101000 1100000 0 110001 110101 10100 100 110011 111011

Color Harmonies of #CC6860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6860

Black with #CC6860

Text Example


Text Example

White with #CC6860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6860; }

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

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

background-color css

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

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

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

border-color css

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

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

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