Shades of Burning Sand #CB886D
Tints of Burning Sand #CB886D
RGB
CMYK
RGB Variations
Color information
#CB886D (or 0xCB886D) is known color: Burning Sand. HEX triplet: CB, 88 and 6D. RGB value is (203,136,109). Sum of RGB (Red+Green+Blue) = 203+136+109=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB886D is #347792. Grayscale: #999999. Windows color (decimal): -3438483 or 7178443. OLE color: 7178443.
HSL color Cylindrical-coordinate representation of color #CB886D: hue angle of 17.23º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB886D is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 109 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.20 |
| HSL | 17.23º | 0.47% | 0.61% | - |
| HSV(B) | 17.23º | 0.46% | 0.8% | - |
| XYZ | 36.19 | 31.41 | 18.62 | - |
| YUV | 152.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 109 | 0 | 0.33 | 0.46 | 0.20 | 17.23 | 0.47 | 0.61 |
| Hex | CB | 88 | 6D | 0 | 21 | 2E | 14 | 11 | 2F | 3D |
| Octal | 313 | 210 | 155 | 0 | 41 | 56 | 24 | 21 | 57 | 75 |
| Binary | 11001011 | 10001000 | 1101101 | 0 | 100001 | 101110 | 10100 | 10001 | 101111 | 111101 |
Color Harmonies of #CB886D
Complementary color
Monochromatic Colors of #CB886D
Black with #CB886D
Text Example
Text Example
White with #CB886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB886D; }
p { color: rgb(203,136,109); }
H1.HeaderClassName
{
color: #CB886D;
}
.AnyTagClassName
{
color: #CB886D;
}
</style>
background-color css
<style>
a { background-color: #CB886D; }
a { background-color: rgb(203,136,109); }
div.DivClassName
{
background-color: #CB886D;
}
.BgClassName
{
background-color: #CB886D;
}
</style>
border-color css
<style>
span { border-color: #CB886D; }
span { border-color: rgb(203,136,109); }
td.TdClassName
{
border-color: #CB886D;
}
.TagClassName
{
border-color: #CB886D;
}
</style>