#CC605D

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

Shades of Indian Red #CC605D

Tints of Indian Red #CC605D

Color information

#CC605D (or 0xCC605D) is unknown color: approx Indian Red. HEX triplet: CC, 60 and 5D. RGB value is (204,96,93). Sum of RGB (Red+Green+Blue) = 204+96+93=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC605D is #339FA2. Grayscale: #808080. Windows color (decimal): -3383203 or 6119628. OLE color: 6119628.

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

Color convert

RGB2049693-
CMYK00.530.540.2
HSL1.62º52.11%58.24%-
HSV(B)1.62º54.41%80%-
XYZ31.0621.9912.96-
YUV127.95108.28182.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 93 (36.72% from 255) = 23.66%
R=51.91%
G=24.43%
B=23.66%

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
Decimal204969300.530.540.21.6252.1158.24
HexCC605D03536142343a
Octal314140135065662426472
Binary110011001100000101110101101011101101010010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC605D; }

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

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

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

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

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

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

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

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