Shades of Burning Sand #CB7E5B
Tints of Burning Sand #CB7E5B
RGB
CMYK
RGB Variations
Color information
#CB7E5B (or 0xCB7E5B) is known color: Burning Sand. HEX triplet: CB, 7E and 5B. RGB value is (203,126,91). Sum of RGB (Red+Green+Blue) = 203+126+91=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E5B is #3481A4. Grayscale: #919191. Windows color (decimal): -3441061 or 5996235. OLE color: 5996235.
HSL color Cylindrical-coordinate representation of color #CB7E5B: hue angle of 18.75º 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 #CB7E5B is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 126 | 91 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.20 |
| HSL | 18.75º | 0.52% | 0.58% | - |
| HSV(B) | 18.75º | 0.55% | 0.8% | - |
| XYZ | 33.98 | 28.37 | 13.58 | - |
| YUV | 145.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 91 | 0 | 0.38 | 0.55 | 0.20 | 18.75 | 0.52 | 0.58 |
| Hex | CB | 7E | 5B | 0 | 26 | 37 | 14 | 13 | 34 | 3A |
| Octal | 313 | 176 | 133 | 0 | 46 | 67 | 24 | 23 | 64 | 72 |
| Binary | 11001011 | 1111110 | 1011011 | 0 | 100110 | 110111 | 10100 | 10011 | 110100 | 111010 |
Color Harmonies of #CB7E5B
Complementary color
Monochromatic Colors of #CB7E5B
Black with #CB7E5B
Text Example
Text Example
White with #CB7E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7E5B; }
p { color: rgb(203,126,91); }
H1.HeaderClassName
{
color: #CB7E5B;
}
.AnyTagClassName
{
color: #CB7E5B;
}
</style>
background-color css
<style>
a { background-color: #CB7E5B; }
a { background-color: rgb(203,126,91); }
div.DivClassName
{
background-color: #CB7E5B;
}
.BgClassName
{
background-color: #CB7E5B;
}
</style>
border-color css
<style>
span { border-color: #CB7E5B; }
span { border-color: rgb(203,126,91); }
td.TdClassName
{
border-color: #CB7E5B;
}
.TagClassName
{
border-color: #CB7E5B;
}
</style>