Html Css Color HEX #CC6060 Indian Red

📋 copy color: '#CC6060'

red 204 ◦ green 96 ◦ blue 96

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

Shades of Indian Red #CC6060

Tints of Indian Red #CC6060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.24%

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

R = 51.52%
G = 24.24%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC6060 (or 0xCC6060) is known color: Indian Red. HEX triplet: CC, 60 and 60. RGB value is (204,96,96). Sum of RGB (Red+Green+Blue) = 204+96+96=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6060 is #339F9F. Grayscale: #808080. Windows color (decimal): -3383200 or 6316236. OLE color: 6316236.

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

Color convert

RGB 204 96 96 -
CMYK 0 0.53 0.53 0.2
HSL 0.51% 0.59% -
HSV(B) 0.53% 0.8% -
XYZ 31.2 22.05 13.68 -
YUV 128.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 204 96 96 0 0.53 0.53 0.2 0 0.51 0.59
Hex CC 60 60 0 35 35 14 0 33 3B
Octal 314 140 140 0 65 65 24 0 63 73
Binary 11001100 1100000 1100000 0 110101 110101 10100 0 110011 111011

Color Harmonies of #CC6060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6060

Black with #CC6060

Text Example


Text Example

White with #CC6060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6060; }

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

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

background-color css

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

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

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

border-color css

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

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

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