Shades of Burning Sand #CB845B
Tints of Burning Sand #CB845B
RGB
CMYK
RGB Variations
Color information
#CB845B (or 0xCB845B) is known color: Burning Sand. HEX triplet: CB, 84 and 5B. RGB value is (203,132,91). Sum of RGB (Red+Green+Blue) = 203+132+91=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB845B is #347BA4. Grayscale: #949494. Windows color (decimal): -3439525 or 5997771. OLE color: 5997771.
HSL color Cylindrical-coordinate representation of color #CB845B: hue angle of 21.96º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB845B is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 91 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.20 |
| HSL | 21.96º | 0.52% | 0.58% | - |
| HSV(B) | 21.96º | 0.55% | 0.8% | - |
| XYZ | 34.77 | 29.95 | 13.85 | - |
| YUV | 148.56 | 95.52 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 91 | 0 | 0.35 | 0.55 | 0.20 | 21.96 | 0.52 | 0.58 |
| Hex | CB | 84 | 5B | 0 | 23 | 37 | 14 | 16 | 34 | 3A |
| Octal | 313 | 204 | 133 | 0 | 43 | 67 | 24 | 26 | 64 | 72 |
| Binary | 11001011 | 10000100 | 1011011 | 0 | 100011 | 110111 | 10100 | 10110 | 110100 | 111010 |
Color Harmonies of #CB845B
Complementary color
Monochromatic Colors of #CB845B
Black with #CB845B
Text Example
Text Example
White with #CB845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB845B; }
p { color: rgb(203,132,91); }
H1.HeaderClassName
{
color: #CB845B;
}
.AnyTagClassName
{
color: #CB845B;
}
</style>
background-color css
<style>
a { background-color: #CB845B; }
a { background-color: rgb(203,132,91); }
div.DivClassName
{
background-color: #CB845B;
}
.BgClassName
{
background-color: #CB845B;
}
</style>
border-color css
<style>
span { border-color: #CB845B; }
span { border-color: rgb(203,132,91); }
td.TdClassName
{
border-color: #CB845B;
}
.TagClassName
{
border-color: #CB845B;
}
</style>