Shades of Burning Sand #CB856D
Tints of Burning Sand #CB856D
RGB
CMYK
RGB Variations
Color information
#CB856D (or 0xCB856D) is known color: Burning Sand. HEX triplet: CB, 85 and 6D. RGB value is (203,133,109). Sum of RGB (Red+Green+Blue) = 203+133+109=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB856D is #347A92. Grayscale: #979797. Windows color (decimal): -3439251 or 7177675. OLE color: 7177675.
HSL color Cylindrical-coordinate representation of color #CB856D: hue angle of 15.32º 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 #CB856D is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 109 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.20 |
| HSL | 15.32º | 0.47% | 0.61% | - |
| HSV(B) | 15.32º | 0.46% | 0.8% | - |
| XYZ | 35.78 | 30.58 | 18.48 | - |
| YUV | 151.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 109 | 0 | 0.34 | 0.46 | 0.20 | 15.32 | 0.47 | 0.61 |
| Hex | CB | 85 | 6D | 0 | 22 | 2E | 14 | F | 2F | 3D |
| Octal | 313 | 205 | 155 | 0 | 42 | 56 | 24 | 17 | 57 | 75 |
| Binary | 11001011 | 10000101 | 1101101 | 0 | 100010 | 101110 | 10100 | 1111 | 101111 | 111101 |
Color Harmonies of #CB856D
Complementary color
Monochromatic Colors of #CB856D
Black with #CB856D
Text Example
Text Example
White with #CB856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB856D; }
p { color: rgb(203,133,109); }
H1.HeaderClassName
{
color: #CB856D;
}
.AnyTagClassName
{
color: #CB856D;
}
</style>
background-color css
<style>
a { background-color: #CB856D; }
a { background-color: rgb(203,133,109); }
div.DivClassName
{
background-color: #CB856D;
}
.BgClassName
{
background-color: #CB856D;
}
</style>
border-color css
<style>
span { border-color: #CB856D; }
span { border-color: rgb(203,133,109); }
td.TdClassName
{
border-color: #CB856D;
}
.TagClassName
{
border-color: #CB856D;
}
</style>