Shades of Burning Sand #CB845F
Tints of Burning Sand #CB845F
RGB
CMYK
RGB Variations
Color information
#CB845F (or 0xCB845F) is known color: Burning Sand. HEX triplet: CB, 84 and 5F. RGB value is (203,132,95). Sum of RGB (Red+Green+Blue) = 203+132+95=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB845F is #347BA0. Grayscale: #959595. Windows color (decimal): -3439521 or 6259915. OLE color: 6259915.
HSL color Cylindrical-coordinate representation of color #CB845F: hue angle of 20.56º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB845F is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 95 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.20 |
| HSL | 20.56º | 0.51% | 0.58% | - |
| HSV(B) | 20.56º | 0.53% | 0.8% | - |
| XYZ | 34.95 | 30.03 | 14.78 | - |
| YUV | 149.01 | 97.52 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 95 | 0 | 0.35 | 0.53 | 0.20 | 20.56 | 0.51 | 0.58 |
| Hex | CB | 84 | 5F | 0 | 23 | 35 | 14 | 15 | 33 | 3A |
| Octal | 313 | 204 | 137 | 0 | 43 | 65 | 24 | 25 | 63 | 72 |
| Binary | 11001011 | 10000100 | 1011111 | 0 | 100011 | 110101 | 10100 | 10101 | 110011 | 111010 |
Color Harmonies of #CB845F
Complementary color
Monochromatic Colors of #CB845F
Black with #CB845F
Text Example
Text Example
White with #CB845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB845F; }
p { color: rgb(203,132,95); }
H1.HeaderClassName
{
color: #CB845F;
}
.AnyTagClassName
{
color: #CB845F;
}
</style>
background-color css
<style>
a { background-color: #CB845F; }
a { background-color: rgb(203,132,95); }
div.DivClassName
{
background-color: #CB845F;
}
.BgClassName
{
background-color: #CB845F;
}
</style>
border-color css
<style>
span { border-color: #CB845F; }
span { border-color: rgb(203,132,95); }
td.TdClassName
{
border-color: #CB845F;
}
.TagClassName
{
border-color: #CB845F;
}
</style>