Shades of Burning Sand #CB8761
Tints of Burning Sand #CB8761
RGB
CMYK
RGB Variations
Color information
#CB8761 (or 0xCB8761) is known color: Burning Sand. HEX triplet: CB, 87 and 61. RGB value is (203,135,97). Sum of RGB (Red+Green+Blue) = 203+135+97=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8761 is #34789E. Grayscale: #979797. Windows color (decimal): -3438751 or 6391755. OLE color: 6391755.
HSL color Cylindrical-coordinate representation of color #CB8761: hue angle of 21.51º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB8761 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 97 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.20 |
| HSL | 21.51º | 0.5% | 0.59% | - |
| HSV(B) | 21.51º | 0.52% | 0.8% | - |
| XYZ | 35.45 | 30.89 | 15.4 | - |
| YUV | 151 | 97.53 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 97 | 0 | 0.33 | 0.52 | 0.20 | 21.51 | 0.5 | 0.59 |
| Hex | CB | 87 | 61 | 0 | 21 | 34 | 14 | 16 | 32 | 3B |
| Octal | 313 | 207 | 141 | 0 | 41 | 64 | 24 | 26 | 62 | 73 |
| Binary | 11001011 | 10000111 | 1100001 | 0 | 100001 | 110100 | 10100 | 10110 | 110010 | 111011 |
Color Harmonies of #CB8761
Complementary color
Monochromatic Colors of #CB8761
Black with #CB8761
Text Example
Text Example
White with #CB8761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8761; }
p { color: rgb(203,135,97); }
H1.HeaderClassName
{
color: #CB8761;
}
.AnyTagClassName
{
color: #CB8761;
}
</style>
background-color css
<style>
a { background-color: #CB8761; }
a { background-color: rgb(203,135,97); }
div.DivClassName
{
background-color: #CB8761;
}
.BgClassName
{
background-color: #CB8761;
}
</style>
border-color css
<style>
span { border-color: #CB8761; }
span { border-color: rgb(203,135,97); }
td.TdClassName
{
border-color: #CB8761;
}
.TagClassName
{
border-color: #CB8761;
}
</style>