#cd8263

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

Shades of Burning Sand #CD8263

Tints of Burning Sand #CD8263

Color information

#CD8263 (or 0xCD8263) is unknown color: approx Burning Sand. HEX triplet: CD, 82 and 63. RGB value is (205,130,99). Sum of RGB (Red+Green+Blue) = 205+130+99=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8263 is #327D9C. Grayscale: #959595. Windows color (decimal): -3308957 or 6521549. OLE color: 6521549.

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

Color convert

RGB20513099-
CMYK00.370.520.20
HSL17.55º51.46%59.61%-
HSV(B)17.55º51.71%80.39%-
XYZ35.4129.8515.7-
YUV148.8999.85168.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.24%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 99 (39.06% from 255) = 22.81%
R=47.24%
G=29.95%
B=22.81%

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
Decimal2051309900.370.520.2017.5551.4659.61
HexCD8263025341412333c
Octal3152021430456424226374
Binary1100110110000010110001101001011101001010010010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd8263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd8263; }

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

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

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

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

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

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

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

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