#CD605C

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

Shades of Indian Red #CD605C

Tints of Indian Red #CD605C

Color information

#CD605C (or 0xCD605C) is unknown color: approx Indian Red. HEX triplet: CD, 60 and 5C. RGB value is (205,96,92). Sum of RGB (Red+Green+Blue) = 205+96+92=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD605C is #329FA3. Grayscale: #808080. Windows color (decimal): -3317668 or 6054093. OLE color: 6054093.

HSL color Cylindrical-coordinate representation of color #CD605C: hue angle of 2.12º degrees, saturation: 0.53, 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 #CD605C is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB2059692-
CMYK00.530.550.20
HSL2.12º53.05%58.24%-
HSV(B)2.12º55.12%80.39%-
XYZ31.2922.1212.75-
YUV128.14107.61182.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.16%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 92 (36.33% from 255) = 23.41%
R=52.16%
G=24.43%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205969200.530.550.202.1253.0558.24
HexCD605C03537142353a
Octal315140134065672426572
Binary110011011100000101110001101011101111010010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD605C; }

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

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

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

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

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

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

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

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