Shades of Burning Sand #CB856B
Tints of Burning Sand #CB856B
RGB
CMYK
RGB Variations
Color information
#CB856B (or 0xCB856B) is known color: Burning Sand. HEX triplet: CB, 85 and 6B. RGB value is (203,133,107). Sum of RGB (Red+Green+Blue) = 203+133+107=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB856B is #347A94. Grayscale: #979797. Windows color (decimal): -3439253 or 7046603. OLE color: 7046603.
HSL color Cylindrical-coordinate representation of color #CB856B: hue angle of 16.25º 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 #CB856B is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 107 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.20 |
| HSL | 16.25º | 0.48% | 0.61% | - |
| HSV(B) | 16.25º | 0.47% | 0.8% | - |
| XYZ | 35.67 | 30.53 | 17.92 | - |
| YUV | 150.97 | 103.19 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 107 | 0 | 0.34 | 0.47 | 0.20 | 16.25 | 0.48 | 0.61 |
| Hex | CB | 85 | 6B | 0 | 22 | 2F | 14 | 10 | 30 | 3D |
| Octal | 313 | 205 | 153 | 0 | 42 | 57 | 24 | 20 | 60 | 75 |
| Binary | 11001011 | 10000101 | 1101011 | 0 | 100010 | 101111 | 10100 | 10000 | 110000 | 111101 |
Color Harmonies of #CB856B
Complementary color
Monochromatic Colors of #CB856B
Black with #CB856B
Text Example
Text Example
White with #CB856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB856B; }
p { color: rgb(203,133,107); }
H1.HeaderClassName
{
color: #CB856B;
}
.AnyTagClassName
{
color: #CB856B;
}
</style>
background-color css
<style>
a { background-color: #CB856B; }
a { background-color: rgb(203,133,107); }
div.DivClassName
{
background-color: #CB856B;
}
.BgClassName
{
background-color: #CB856B;
}
</style>
border-color css
<style>
span { border-color: #CB856B; }
span { border-color: rgb(203,133,107); }
td.TdClassName
{
border-color: #CB856B;
}
.TagClassName
{
border-color: #CB856B;
}
</style>