Shades of Burning Sand #CB886E
Tints of Burning Sand #CB886E
RGB
CMYK
RGB Variations
Color information
#CB886E (or 0xCB886E) is known color: Burning Sand. HEX triplet: CB, 88 and 6E. RGB value is (203,136,110). Sum of RGB (Red+Green+Blue) = 203+136+110=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB886E is #347791. Grayscale: #999999. Windows color (decimal): -3438482 or 7243979. OLE color: 7243979.
HSL color Cylindrical-coordinate representation of color #CB886E: hue angle of 16.77º 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 #CB886E is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 110 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.20 |
| HSL | 16.77º | 0.47% | 0.61% | - |
| HSV(B) | 16.77º | 0.46% | 0.8% | - |
| XYZ | 36.25 | 31.43 | 18.91 | - |
| YUV | 153.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 110 | 0 | 0.33 | 0.46 | 0.20 | 16.77 | 0.47 | 0.61 |
| Hex | CB | 88 | 6E | 0 | 21 | 2E | 14 | 11 | 2F | 3D |
| Octal | 313 | 210 | 156 | 0 | 41 | 56 | 24 | 21 | 57 | 75 |
| Binary | 11001011 | 10001000 | 1101110 | 0 | 100001 | 101110 | 10100 | 10001 | 101111 | 111101 |
Color Harmonies of #CB886E
Complementary color
Monochromatic Colors of #CB886E
Black with #CB886E
Text Example
Text Example
White with #CB886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB886E; }
p { color: rgb(203,136,110); }
H1.HeaderClassName
{
color: #CB886E;
}
.AnyTagClassName
{
color: #CB886E;
}
</style>
background-color css
<style>
a { background-color: #CB886E; }
a { background-color: rgb(203,136,110); }
div.DivClassName
{
background-color: #CB886E;
}
.BgClassName
{
background-color: #CB886E;
}
</style>
border-color css
<style>
span { border-color: #CB886E; }
span { border-color: rgb(203,136,110); }
td.TdClassName
{
border-color: #CB886E;
}
.TagClassName
{
border-color: #CB886E;
}
</style>