#CD8160

Color #CD8160 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #CD8160

Tints of Burning Sand #CD8160

Color information

#CD8160 (or 0xCD8160) is unknown color: approx Burning Sand. HEX triplet: CD, 81 and 60. RGB value is (205,129,96). Sum of RGB (Red+Green+Blue) = 205+129+96=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8160 is #327E9F. Grayscale: #949494. Windows color (decimal): -3309216 or 6324685. OLE color: 6324685.

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

Color convert

RGB20512996-
CMYK00.370.530.20
HSL18.17º52.15%59.02%-
HSV(B)18.17º53.17%80.39%-
XYZ35.1429.5214.91-
YUV147.9698.68168.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 96 (37.89% from 255) = 22.33%
R=47.67%
G=30%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051299600.370.530.2018.1752.1559.02
HexCD8160025351412343b
Octal3152011400456524226473
Binary1100110110000001110000001001011101011010010010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8160; }

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

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

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

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

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

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

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

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