#CD6862

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

Shades of Indian Red #CD6862

Tints of Indian Red #CD6862

Color information

#CD6862 (or 0xCD6862) is unknown color: approx Indian Red. HEX triplet: CD, 68 and 62. RGB value is (205,104,98). Sum of RGB (Red+Green+Blue) = 205+104+98=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6862 is #32979D. Grayscale: #858585. Windows color (decimal): -3315614 or 6449357. OLE color: 6449357.

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

Color convert

RGB20510498-
CMYK00.490.520.20
HSL3.36º51.69%59.41%-
HSV(B)3.36º52.2%80.39%-
XYZ32.3323.7614.44-
YUV133.51107.96178.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.37%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=50.37%
G=25.55%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051049800.490.520.203.3651.6959.41
HexCD686203134143343b
Octal315150142061642436473
Binary110011011101000110001001100011101001010011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6862; }

 p { color: rgb(205,104,98); }

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

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

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

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

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

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

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