#CC605E

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

Shades of Indian Red #CC605E

Tints of Indian Red #CC605E

Color information

#CC605E (or 0xCC605E) is unknown color: approx Indian Red. HEX triplet: CC, 60 and 5E. RGB value is (204,96,94). Sum of RGB (Red+Green+Blue) = 204+96+94=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC605E is #339FA1. Grayscale: #808080. Windows color (decimal): -3383202 or 6185164. OLE color: 6185164.

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

Color convert

RGB2049694-
CMYK00.530.540.2
HSL1.09º51.89%58.43%-
HSV(B)1.09º53.92%80%-
XYZ31.1122.0113.2-
YUV128.06108.78182.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.78%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 94 (37.11% from 255) = 23.86%
R=51.78%
G=24.37%
B=23.86%

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
Decimal204969400.530.540.21.0951.8958.43
HexCC605E03536141343a
Octal314140136065662416472
Binary11001100110000010111100110101110110101001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC605E; }

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

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

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

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

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

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

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

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