Shades of Burning Sand #CB835F
Tints of Burning Sand #CB835F
RGB
CMYK
RGB Variations
Color information
#CB835F (or 0xCB835F) is known color: Burning Sand. HEX triplet: CB, 83 and 5F. RGB value is (203,131,95). Sum of RGB (Red+Green+Blue) = 203+131+95=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB835F is #347CA0. Grayscale: #949494. Windows color (decimal): -3439777 or 6259659. OLE color: 6259659.
HSL color Cylindrical-coordinate representation of color #CB835F: hue angle of 20º 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 #CB835F is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 95 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.20 |
| HSL | 20º | 0.51% | 0.58% | - |
| HSV(B) | 20º | 0.53% | 0.8% | - |
| XYZ | 34.81 | 29.76 | 14.74 | - |
| YUV | 148.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 95 | 0 | 0.35 | 0.53 | 0.20 | 20 | 0.51 | 0.58 |
| Hex | CB | 83 | 5F | 0 | 23 | 35 | 14 | 14 | 33 | 3A |
| Octal | 313 | 203 | 137 | 0 | 43 | 65 | 24 | 24 | 63 | 72 |
| Binary | 11001011 | 10000011 | 1011111 | 0 | 100011 | 110101 | 10100 | 10100 | 110011 | 111010 |
Color Harmonies of #CB835F
Complementary color
Monochromatic Colors of #CB835F
Black with #CB835F
Text Example
Text Example
White with #CB835F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB835F; }
p { color: rgb(203,131,95); }
H1.HeaderClassName
{
color: #CB835F;
}
.AnyTagClassName
{
color: #CB835F;
}
</style>
background-color css
<style>
a { background-color: #CB835F; }
a { background-color: rgb(203,131,95); }
div.DivClassName
{
background-color: #CB835F;
}
.BgClassName
{
background-color: #CB835F;
}
</style>
border-color css
<style>
span { border-color: #CB835F; }
span { border-color: rgb(203,131,95); }
td.TdClassName
{
border-color: #CB835F;
}
.TagClassName
{
border-color: #CB835F;
}
</style>