#CD856D

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

Shades of Burning Sand #CD856D

Tints of Burning Sand #CD856D

Color information

#CD856D (or 0xCD856D) is unknown color: approx Burning Sand. HEX triplet: CD, 85 and 6D. RGB value is (205,133,109). Sum of RGB (Red+Green+Blue) = 205+133+109=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD856D is #327A92. Grayscale: #979797. Windows color (decimal): -3308179 or 7177677. OLE color: 7177677.

HSL color Cylindrical-coordinate representation of color #CD856D: hue angle of 15º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD856D is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205133109-
CMYK00.350.470.20
HSL15º48.98%61.57%-
HSV(B)15º46.83%80.39%-
XYZ36.3230.8618.51-
YUV151.79103.85165.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 109 (42.97% from 255) = 24.38%
R=45.86%
G=29.75%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513310900.350.470.201548.9861.57
HexCD856D0232F14f313e
Octal3152051550435724176176
Binary110011011000010111011010100011101111101001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD856D; }

 p { color: rgb(205,133,109); }

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

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

 a { background-color: rgb(205,133,109); }

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

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

 span { border-color: rgb(205,133,109); }

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