#CC605C

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

Shades of Indian Red #CC605C

Tints of Indian Red #CC605C

Color information

#CC605C (or 0xCC605C) is unknown color: approx Indian Red. HEX triplet: CC, 60 and 5C. RGB value is (204,96,92). Sum of RGB (Red+Green+Blue) = 204+96+92=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC605C is #339FA3. Grayscale: #7F7F7F. Windows color (decimal): -3383204 or 6054092. OLE color: 6054092.

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

Color convert

RGB2049692-
CMYK00.530.550.2
HSL2.14º52.34%58.04%-
HSV(B)2.14º54.9%80%-
XYZ31.0221.9812.73-
YUV127.84107.78182.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.04%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 92 (36.33% from 255) = 23.47%
R=52.04%
G=24.49%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204969200.530.550.22.1452.3458.04
HexCC605C03537142343a
Octal314140134065672426472
Binary110011001100000101110001101011101111010010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC605C; }

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

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

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

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

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

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

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

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