#CC5D5A

Color #CC5D5A Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #CC5D5A

Tints of Indian Red #CC5D5A

Color information

#CC5D5A (or 0xCC5D5A) is unknown color: approx Indian Red. HEX triplet: CC, 5D and 5A. RGB value is (204,93,90). Sum of RGB (Red+Green+Blue) = 204+93+90=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5D5A is #33A2A5. Grayscale: #7D7D7D. Windows color (decimal): -3383974 or 5922252. OLE color: 5922252.

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

Color convert

RGB2049390-
CMYK00.540.560.2
HSL1.58º52.78%57.65%-
HSV(B)1.58º55.88%80%-
XYZ30.6621.412.19-
YUV125.85107.77183.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.71%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=52.71%
G=24.03%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204939000.540.560.21.5852.7857.65
HexCC5D5A03638142353a
Octal314135132066702426572
Binary110011001011101101101001101101110001010010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5D5A; }

 p { color: rgb(204,93,90); }

 H1.HeaderClassName
 {
   color: #CC5D5A;
 }
 .AnyTagClassName
 {
   color: #CC5D5A;
 }
</style>
background-color css

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

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

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

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

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

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