Html Css Color HEX #CC5B59 Indian Red

📋 copy color: '#CC5B59'

red 204 ◦ green 91 ◦ blue 89

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

Shades of Indian Red #CC5B59

Tints of Indian Red #CC5B59

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.7%

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

R = 53.13%
G = 23.7%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC5B59 (or 0xCC5B59) is known color: Indian Red. HEX triplet: CC, 5B and 59. RGB value is (204,91,89). Sum of RGB (Red+Green+Blue) = 204+91+89=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5B59 is #33A4A6. Grayscale: #7C7C7C. Windows color (decimal): -3384487 or 5856204. OLE color: 5856204.

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

Color convert

RGB 204 91 89 -
CMYK 0 0.55 0.56 0.2
HSL 1.04º 0.53% 0.57% -
HSV(B) 1.04º 0.56% 0.8% -
XYZ 30.45 21.04 11.91 -
YUV 124.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 204 91 89 0 0.55 0.56 0.2 1.04 0.53 0.57
Hex CC 5B 59 0 37 38 14 1 35 39
Octal 314 133 131 0 67 70 24 1 65 71
Binary 11001100 1011011 1011001 0 110111 111000 10100 1 110101 111001

Color Harmonies of #CC5B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B59

Black with #CC5B59

Text Example


Text Example

White with #CC5B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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