#CD8063

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

Shades of Burning Sand #CD8063

Tints of Burning Sand #CD8063

Color information

#CD8063 (or 0xCD8063) is unknown color: approx Burning Sand. HEX triplet: CD, 80 and 63. RGB value is (205,128,99). Sum of RGB (Red+Green+Blue) = 205+128+99=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8063 is #327F9C. Grayscale: #939393. Windows color (decimal): -3309469 or 6521037. OLE color: 6521037.

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

Color convert

RGB20512899-
CMYK00.380.520.20
HSL16.42º51.46%59.61%-
HSV(B)16.42º51.71%80.39%-
XYZ35.1529.3215.61-
YUV147.72100.51168.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.45%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 99 (39.06% from 255) = 22.92%
R=47.45%
G=29.63%
B=22.92%

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
Decimal2051289900.380.520.2016.4251.4659.61
HexCD8063026341410333c
Octal3152001430466424206374
Binary1100110110000000110001101001101101001010010000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8063; }

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

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

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

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

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

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

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

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