#cd605e

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

Shades of Indian Red #CD605E

Tints of Indian Red #CD605E

Color information

#CD605E (or 0xCD605E) is unknown color: approx Indian Red. HEX triplet: CD, 60 and 5E. RGB value is (205,96,94). Sum of RGB (Red+Green+Blue) = 205+96+94=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD605E is #329FA1. Grayscale: #808080. Windows color (decimal): -3317666 or 6185165. OLE color: 6185165.

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

Color convert

RGB2059694-
CMYK00.530.540.20
HSL1.08º52.61%58.63%-
HSV(B)1.08º54.15%80.39%-
XYZ31.3822.1513.21-
YUV128.36108.61182.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.90%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 94 (37.11% from 255) = 23.80%
R=51.90%
G=24.30%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205969400.530.540.201.0852.6158.63
HexCD605E03536141353b
Octal315140136065662416573
Binary11001101110000010111100110101110110101001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd605e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd605e; }

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

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

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

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

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

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

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

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