Html Css Color HEX #CC6059 Indian Red

📋 copy color: '#CC6059'

red 204 ◦ green 96 ◦ blue 89

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

Shades of Indian Red #CC6059

Tints of Indian Red #CC6059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.88%

R = 52.44%
G = 24.68%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC6059 (or 0xCC6059) is known color: Indian Red. HEX triplet: CC, 60 and 59. RGB value is (204,96,89). Sum of RGB (Red+Green+Blue) = 204+96+89=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6059 is #339FA6. Grayscale: #7F7F7F. Windows color (decimal): -3383207 or 5857484. OLE color: 5857484.

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

Color convert

RGB 204 96 89 -
CMYK 0 0.53 0.56 0.2
HSL 3.65º 0.53% 0.57% -
HSV(B) 3.65º 0.56% 0.8% -
XYZ 30.89 21.92 12.06 -
YUV 127.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 204 96 89 0 0.53 0.56 0.2 3.65 0.53 0.57
Hex CC 60 59 0 35 38 14 4 35 39
Octal 314 140 131 0 65 70 24 4 65 71
Binary 11001100 1100000 1011001 0 110101 111000 10100 100 110101 111001

Color Harmonies of #CC6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6059

Black with #CC6059

Text Example


Text Example

White with #CC6059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6059; }

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

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

background-color css

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

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

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

border-color css

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

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

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