#cd6464

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

Shades of Indian Red #CD6464

Tints of Indian Red #CD6464

Color information

#CD6464 (or 0xCD6464) is unknown color: approx Indian Red. HEX triplet: CD, 64 and 64. RGB value is (205,100,100). Sum of RGB (Red+Green+Blue) = 205+100+100=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6464 is #329B9B. Grayscale: #838383. Windows color (decimal): -3316636 or 6579405. OLE color: 6579405.

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

Color convert

RGB205100100-
CMYK00.510.510.20
HSL51.22%59.8%-
HSV(B)51.22%80.39%-
XYZ32.0323.0114.81-
YUV131.39110.29180.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.62%
GREEN value IS 100 (39.45% from 255) = 24.69%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=50.62%
G=24.69%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510010000.510.510.20051.2259.8
HexCD646403333140333c
Octal315144144063632406374
Binary11001101110010011001000110011110011101000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd6464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd6464; }

 p { color: rgb(205,100,100); }

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

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

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

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

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

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

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