#CD8163

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

Shades of Burning Sand #CD8163

Tints of Burning Sand #CD8163

Color information

#CD8163 (or 0xCD8163) is unknown color: approx Burning Sand. HEX triplet: CD, 81 and 63. RGB value is (205,129,99). Sum of RGB (Red+Green+Blue) = 205+129+99=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8163 is #327E9C. Grayscale: #949494. Windows color (decimal): -3309213 or 6521293. OLE color: 6521293.

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

Color convert

RGB20512999-
CMYK00.370.520.20
HSL16.98º51.46%59.61%-
HSV(B)16.98º51.71%80.39%-
XYZ35.2829.5815.65-
YUV148.3100.18168.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 99 (39.06% from 255) = 22.86%
R=47.34%
G=29.79%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051299900.370.520.2016.9851.4659.61
HexCD8163025341411333c
Octal3152011430456424216374
Binary1100110110000001110001101001011101001010010001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8163; }

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

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

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

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

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

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

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

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