#CC5F5E

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

Shades of Indian Red #CC5F5E

Tints of Indian Red #CC5F5E

Color information

#CC5F5E (or 0xCC5F5E) is unknown color: approx Indian Red. HEX triplet: CC, 5F and 5E. RGB value is (204,95,94). Sum of RGB (Red+Green+Blue) = 204+95+94=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5F5E is #33A0A1. Grayscale: #7F7F7F. Windows color (decimal): -3383458 or 6184908. OLE color: 6184908.

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

Color convert

RGB2049594-
CMYK00.530.540.2
HSL0.55º51.89%58.43%-
HSV(B)0.55º53.92%80%-
XYZ31.0121.8313.17-
YUV127.48109.11182.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 94 (37.11% from 255) = 23.92%
R=51.91%
G=24.17%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204959400.530.540.20.5551.8958.43
HexCC5F5E03536141343a
Octal314137136065662416472
Binary11001100101111110111100110101110110101001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5F5E; }

 p { color: rgb(204,95,94); }

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

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

 a { background-color: rgb(204,95,94); }

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

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

 span { border-color: rgb(204,95,94); }

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