#CD8361

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

Shades of Burning Sand #CD8361

Tints of Burning Sand #CD8361

Color information

#CD8361 (or 0xCD8361) is unknown color: approx Burning Sand. HEX triplet: CD, 83 and 61. RGB value is (205,131,97). Sum of RGB (Red+Green+Blue) = 205+131+97=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8361 is #327C9E. Grayscale: #959595. Windows color (decimal): -3308703 or 6390733. OLE color: 6390733.

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

Color convert

RGB20513197-
CMYK00.360.530.20
HSL18.89º51.92%59.22%-
HSV(B)18.89º52.68%80.39%-
XYZ35.4530.0715.25-
YUV149.2598.52167.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=47.34%
G=30.25%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051319700.360.530.2018.8951.9259.22
HexCD8361024351413343b
Octal3152031410446524236473
Binary1100110110000011110000101001001101011010010011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8361; }

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

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

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

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

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

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

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

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