Html Css Color HEX #CC5756 Indian Red

📋 copy color: '#CC5756'

red 204 ◦ green 87 ◦ blue 86

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

Shades of Indian Red #CC5756

Tints of Indian Red #CC5756

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.08%

 BLUE value IS 86 (33.98% from 255) = 22.81%

R = 54.11%
G = 23.08%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC5756 (or 0xCC5756) is known color: Indian Red. HEX triplet: CC, 57 and 56. RGB value is (204,87,86). Sum of RGB (Red+Green+Blue) = 204+87+86=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5756 is #33A8A9. Grayscale: #797979. Windows color (decimal): -3385514 or 5658572. OLE color: 5658572.

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

Color convert

RGB 204 87 86 -
CMYK 0 0.57 0.58 0.2
HSL 0.51º 0.54% 0.57% -
HSV(B) 0.51º 0.58% 0.8% -
XYZ 29.99 20.33 11.15 -
YUV 121.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 204 87 86 0 0.57 0.58 0.2 0.51 0.54 0.57
Hex CC 57 56 0 39 3A 14 1 36 39
Octal 314 127 126 0 71 72 24 1 66 71
Binary 11001100 1010111 1010110 0 111001 111010 10100 1 110110 111001

Color Harmonies of #CC5756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5756

Black with #CC5756

Text Example


Text Example

White with #CC5756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5756; }

 p { color: rgb(204,87,86); }

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

background-color css

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

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

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

border-color css

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

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

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