#CD6561

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

Shades of Indian Red #CD6561

Tints of Indian Red #CD6561

Color information

#CD6561 (or 0xCD6561) is unknown color: approx Indian Red. HEX triplet: CD, 65 and 61. RGB value is (205,101,97). Sum of RGB (Red+Green+Blue) = 205+101+97=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6561 is #329A9E. Grayscale: #838383. Windows color (decimal): -3316383 or 6383053. OLE color: 6383053.

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

Color convert

RGB20510197-
CMYK00.510.530.20
HSL2.22º51.92%59.22%-
HSV(B)2.22º52.68%80.39%-
XYZ31.9923.1514.09-
YUV131.64108.46180.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.87%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 97 (38.28% from 255) = 24.07%
R=50.87%
G=25.06%
B=24.07%

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
Decimal2051019700.510.530.202.2251.9259.22
HexCD656103335142343b
Octal315145141063652426473
Binary110011011100101110000101100111101011010010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6561; }

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

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

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

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

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

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

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

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