Shades of Burning Sand #CD855D
Tints of Burning Sand #CD855D
RGB
CMYK
RGB Variations
Color information
#CD855D (or 0xCD855D) is known color: Burning Sand. HEX triplet: CD, 85 and 5D. RGB value is (205,133,93). Sum of RGB (Red+Green+Blue) = 205+133+93=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD855D is #327AA2. Grayscale: #969696. Windows color (decimal): -3308195 or 6129101. OLE color: 6129101.
HSL color Cylindrical-coordinate representation of color #CD855D: hue angle of 21.43º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD855D is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 133 | 93 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.20 |
| HSL | 21.43º | 0.53% | 0.58% | - |
| HSV(B) | 21.43º | 0.55% | 0.8% | - |
| XYZ | 35.54 | 30.54 | 14.38 | - |
| YUV | 149.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 133 | 93 | 0 | 0.35 | 0.55 | 0.20 | 21.43 | 0.53 | 0.58 |
| Hex | CD | 85 | 5D | 0 | 23 | 37 | 14 | 15 | 35 | 3A |
| Octal | 315 | 205 | 135 | 0 | 43 | 67 | 24 | 25 | 65 | 72 |
| Binary | 11001101 | 10000101 | 1011101 | 0 | 100011 | 110111 | 10100 | 10101 | 110101 | 111010 |
Color Harmonies of #CD855D
Complementary color
Monochromatic Colors of #CD855D
Black with #CD855D
Text Example
Text Example
White with #CD855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD855D; }
p { color: rgb(205,133,93); }
H1.HeaderClassName
{
color: #CD855D;
}
.AnyTagClassName
{
color: #CD855D;
}
</style>
background-color css
<style>
a { background-color: #CD855D; }
a { background-color: rgb(205,133,93); }
div.DivClassName
{
background-color: #CD855D;
}
.BgClassName
{
background-color: #CD855D;
}
</style>
border-color css
<style>
span { border-color: #CD855D; }
span { border-color: rgb(205,133,93); }
td.TdClassName
{
border-color: #CD855D;
}
.TagClassName
{
border-color: #CD855D;
}
</style>