#CD6461

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

Shades of Indian Red #CD6461

Tints of Indian Red #CD6461

Color information

#CD6461 (or 0xCD6461) is unknown color: approx Indian Red. HEX triplet: CD, 64 and 61. RGB value is (205,100,97). Sum of RGB (Red+Green+Blue) = 205+100+97=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6461 is #329B9E. Grayscale: #838383. Windows color (decimal): -3316639 or 6382797. OLE color: 6382797.

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

Color convert

RGB20510097-
CMYK00.510.530.20
HSL1.67º51.92%59.22%-
HSV(B)1.67º52.68%80.39%-
XYZ31.8922.9614.06-
YUV131.05108.79180.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.00%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 97 (38.28% from 255) = 24.13%
R=51.00%
G=24.88%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051009700.510.530.201.6751.9259.22
HexCD646103335142343b
Octal315144141063652426473
Binary110011011100100110000101100111101011010010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6461; }

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

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

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

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

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

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

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

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