Shades of Burning Sand #CB896D
Tints of Burning Sand #CB896D
RGB
CMYK
RGB Variations
Color information
#CB896D (or 0xCB896D) is known color: Burning Sand. HEX triplet: CB, 89 and 6D. RGB value is (203,137,109). Sum of RGB (Red+Green+Blue) = 203+137+109=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB896D is #347692. Grayscale: #999999. Windows color (decimal): -3438227 or 7178699. OLE color: 7178699.
HSL color Cylindrical-coordinate representation of color #CB896D: hue angle of 17.87º 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 #CB896D is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 109 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.20 |
| HSL | 17.87º | 0.47% | 0.61% | - |
| HSV(B) | 17.87º | 0.46% | 0.8% | - |
| XYZ | 36.33 | 31.69 | 18.67 | - |
| YUV | 153.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 109 | 0 | 0.33 | 0.46 | 0.20 | 17.87 | 0.47 | 0.61 |
| Hex | CB | 89 | 6D | 0 | 21 | 2E | 14 | 12 | 2F | 3D |
| Octal | 313 | 211 | 155 | 0 | 41 | 56 | 24 | 22 | 57 | 75 |
| Binary | 11001011 | 10001001 | 1101101 | 0 | 100001 | 101110 | 10100 | 10010 | 101111 | 111101 |
Color Harmonies of #CB896D
Complementary color
Monochromatic Colors of #CB896D
Black with #CB896D
Text Example
Text Example
White with #CB896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB896D; }
p { color: rgb(203,137,109); }
H1.HeaderClassName
{
color: #CB896D;
}
.AnyTagClassName
{
color: #CB896D;
}
</style>
background-color css
<style>
a { background-color: #CB896D; }
a { background-color: rgb(203,137,109); }
div.DivClassName
{
background-color: #CB896D;
}
.BgClassName
{
background-color: #CB896D;
}
</style>
border-color css
<style>
span { border-color: #CB896D; }
span { border-color: rgb(203,137,109); }
td.TdClassName
{
border-color: #CB896D;
}
.TagClassName
{
border-color: #CB896D;
}
</style>