#CD856E

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

Shades of Burning Sand #CD856E

Tints of Burning Sand #CD856E

Color information

#CD856E (or 0xCD856E) is unknown color: approx Burning Sand. HEX triplet: CD, 85 and 6E. RGB value is (205,133,110). Sum of RGB (Red+Green+Blue) = 205+133+110=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD856E is #327A91. Grayscale: #989898. Windows color (decimal): -3308178 or 7243213. OLE color: 7243213.

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

Color convert

RGB205133110-
CMYK00.350.460.20
HSL14.53º48.72%61.76%-
HSV(B)14.53º46.34%80.39%-
XYZ36.3830.8818.79-
YUV151.91104.35165.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.76%
GREEN value IS 133 (52.34% from 255) = 29.69%
BLUE value IS 110 (43.36% from 255) = 24.55%
R=45.76%
G=29.69%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513311000.350.460.2014.5348.7261.76
HexCD856E0232E14f313e
Octal3152051560435624176176
Binary110011011000010111011100100011101110101001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD856E; }

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

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

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

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

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

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

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

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