Shades of Burning Sand #CB8365
Tints of Burning Sand #CB8365
RGB
CMYK
RGB Variations
Color information
#CB8365 (or 0xCB8365) is known color: Burning Sand. HEX triplet: CB, 83 and 65. RGB value is (203,131,101). Sum of RGB (Red+Green+Blue) = 203+131+101=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8365 is #347C9A. Grayscale: #959595. Windows color (decimal): -3439771 or 6652875. OLE color: 6652875.
HSL color Cylindrical-coordinate representation of color #CB8365: hue angle of 17.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB8365 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 101 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.20 |
| HSL | 17.65º | 0.5% | 0.6% | - |
| HSV(B) | 17.65º | 0.5% | 0.8% | - |
| XYZ | 35.09 | 29.87 | 16.23 | - |
| YUV | 149.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 101 | 0 | 0.35 | 0.50 | 0.20 | 17.65 | 0.5 | 0.6 |
| Hex | CB | 83 | 65 | 0 | 23 | 32 | 14 | 12 | 32 | 3C |
| Octal | 313 | 203 | 145 | 0 | 43 | 62 | 24 | 22 | 62 | 74 |
| Binary | 11001011 | 10000011 | 1100101 | 0 | 100011 | 110010 | 10100 | 10010 | 110010 | 111100 |
Color Harmonies of #CB8365
Complementary color
Monochromatic Colors of #CB8365
Black with #CB8365
Text Example
Text Example
White with #CB8365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8365; }
p { color: rgb(203,131,101); }
H1.HeaderClassName
{
color: #CB8365;
}
.AnyTagClassName
{
color: #CB8365;
}
</style>
background-color css
<style>
a { background-color: #CB8365; }
a { background-color: rgb(203,131,101); }
div.DivClassName
{
background-color: #CB8365;
}
.BgClassName
{
background-color: #CB8365;
}
</style>
border-color css
<style>
span { border-color: #CB8365; }
span { border-color: rgb(203,131,101); }
td.TdClassName
{
border-color: #CB8365;
}
.TagClassName
{
border-color: #CB8365;
}
</style>