#CD8062

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

Shades of Burning Sand #CD8062

Tints of Burning Sand #CD8062

Color information

#CD8062 (or 0xCD8062) is unknown color: approx Burning Sand. HEX triplet: CD, 80 and 62. RGB value is (205,128,98). Sum of RGB (Red+Green+Blue) = 205+128+98=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8062 is #327F9D. Grayscale: #939393. Windows color (decimal): -3309470 or 6455501. OLE color: 6455501.

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

Color convert

RGB20512898-
CMYK00.380.520.20
HSL16.82º51.69%59.41%-
HSV(B)16.82º52.2%80.39%-
XYZ35.129.315.36-
YUV147.6100.01168.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 98 (38.67% from 255) = 22.74%
R=47.56%
G=29.70%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051289800.380.520.2016.8251.6959.41
HexCD8062026341411343b
Octal3152001420466424216473
Binary1100110110000000110001001001101101001010010001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8062; }

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

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

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

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

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

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

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

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