#CD8261

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

Shades of Burning Sand #CD8261

Tints of Burning Sand #CD8261

Color information

#CD8261 (or 0xCD8261) is unknown color: approx Burning Sand. HEX triplet: CD, 82 and 61. RGB value is (205,130,97). Sum of RGB (Red+Green+Blue) = 205+130+97=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8261 is #327D9E. Grayscale: #949494. Windows color (decimal): -3308959 or 6390477. OLE color: 6390477.

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

Color convert

RGB20513097-
CMYK00.370.530.20
HSL18.33º51.92%59.22%-
HSV(B)18.33º52.68%80.39%-
XYZ35.3229.8115.2-
YUV148.6698.85168.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.45%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=47.45%
G=30.09%
B=22.45%

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
Decimal2051309700.370.530.2018.3351.9259.22
HexCD8261025351412343b
Octal3152021410456524226473
Binary1100110110000010110000101001011101011010010010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8261; }

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

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

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

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

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

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

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

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