#CD605F

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

Shades of Indian Red #CD605F

Tints of Indian Red #CD605F

Color information

#CD605F (or 0xCD605F) is unknown color: approx Indian Red. HEX triplet: CD, 60 and 5F. RGB value is (205,96,95). Sum of RGB (Red+Green+Blue) = 205+96+95=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD605F is #329FA0. Grayscale: #808080. Windows color (decimal): -3317665 or 6250701. OLE color: 6250701.

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

Color convert

RGB2059695-
CMYK00.530.540.20
HSL0.55º52.38%58.82%-
HSV(B)0.55º53.66%80.39%-
XYZ31.4322.1713.45-
YUV128.48109.11182.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.77%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 95 (37.5% from 255) = 23.99%
R=51.77%
G=24.24%
B=23.99%

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
Decimal205969500.530.540.200.5552.3858.82
HexCD605F03536141343b
Octal315140137065662416473
Binary11001101110000010111110110101110110101001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD605F; }

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

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

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

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

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

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

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

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