#CD856A

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

Shades of Burning Sand #CD856A

Tints of Burning Sand #CD856A

Color information

#CD856A (or 0xCD856A) is unknown color: approx Burning Sand. HEX triplet: CD, 85 and 6A. RGB value is (205,133,106). Sum of RGB (Red+Green+Blue) = 205+133+106=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD856A is #327A95. Grayscale: #979797. Windows color (decimal): -3308182 or 6981069. OLE color: 6981069.

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

Color convert

RGB205133106-
CMYK00.350.480.20
HSL16.36º49.75%60.98%-
HSV(B)16.36º48.29%80.39%-
XYZ36.1730.7917.67-
YUV151.45102.35166.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.17%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 106 (41.80% from 255) = 23.87%
R=46.17%
G=29.95%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513310600.350.480.2016.3649.7560.98
HexCD856A023301410323d
Octal3152051520436024206275
Binary1100110110000101110101001000111100001010010000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD856A; }

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

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

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

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

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

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

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

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