Html Css Color HEX #CC5856 Indian Red

📋 copy color: '#CC5856'

red 204 ◦ green 88 ◦ blue 86

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

Shades of Indian Red #CC5856

Tints of Indian Red #CC5856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.28%

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

R = 53.97%
G = 23.28%
B = 22.75%

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

#CC5856 (or 0xCC5856) is known color: Indian Red. HEX triplet: CC, 58 and 56. RGB value is (204,88,86). Sum of RGB (Red+Green+Blue) = 204+88+86=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5856 is #33A7A9. Grayscale: #7A7A7A. Windows color (decimal): -3385258 or 5658828. OLE color: 5658828.

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

Color convert

RGB 204 88 86 -
CMYK 0 0.57 0.58 0.2
HSL 1.02º 0.54% 0.57% -
HSV(B) 1.02º 0.58% 0.8% -
XYZ 30.07 20.49 11.17 -
YUV 122.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 204 88 86 0 0.57 0.58 0.2 1.02 0.54 0.57
Hex CC 58 56 0 39 3A 14 1 36 39
Octal 314 130 126 0 71 72 24 1 66 71
Binary 11001100 1011000 1010110 0 111001 111010 10100 1 110110 111001

Color Harmonies of #CC5856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5856

Black with #CC5856

Text Example


Text Example

White with #CC5856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5856; }

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

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

background-color css

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

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

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

border-color css

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

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

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