Shades of Burning Sand #CB896B
Tints of Burning Sand #CB896B
RGB
CMYK
RGB Variations
Color information
#CB896B (or 0xCB896B) is known color: Burning Sand. HEX triplet: CB, 89 and 6B. RGB value is (203,137,107). Sum of RGB (Red+Green+Blue) = 203+137+107=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB896B is #347694. Grayscale: #999999. Windows color (decimal): -3438229 or 7047627. OLE color: 7047627.
HSL color Cylindrical-coordinate representation of color #CB896B: hue angle of 18.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB896B is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 107 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.20 |
| HSL | 18.75º | 0.48% | 0.61% | - |
| HSV(B) | 18.75º | 0.47% | 0.8% | - |
| XYZ | 36.23 | 31.65 | 18.11 | - |
| YUV | 153.31 | 101.87 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 107 | 0 | 0.33 | 0.47 | 0.20 | 18.75 | 0.48 | 0.61 |
| Hex | CB | 89 | 6B | 0 | 21 | 2F | 14 | 13 | 30 | 3D |
| Octal | 313 | 211 | 153 | 0 | 41 | 57 | 24 | 23 | 60 | 75 |
| Binary | 11001011 | 10001001 | 1101011 | 0 | 100001 | 101111 | 10100 | 10011 | 110000 | 111101 |
Color Harmonies of #CB896B
Complementary color
Monochromatic Colors of #CB896B
Black with #CB896B
Text Example
Text Example
White with #CB896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB896B; }
p { color: rgb(203,137,107); }
H1.HeaderClassName
{
color: #CB896B;
}
.AnyTagClassName
{
color: #CB896B;
}
</style>
background-color css
<style>
a { background-color: #CB896B; }
a { background-color: rgb(203,137,107); }
div.DivClassName
{
background-color: #CB896B;
}
.BgClassName
{
background-color: #CB896B;
}
</style>
border-color css
<style>
span { border-color: #CB896B; }
span { border-color: rgb(203,137,107); }
td.TdClassName
{
border-color: #CB896B;
}
.TagClassName
{
border-color: #CB896B;
}
</style>