Shades of Burning Sand #CB7E57
Tints of Burning Sand #CB7E57
RGB
CMYK
RGB Variations
Color information
#CB7E57 (or 0xCB7E57) is known color: Burning Sand. HEX triplet: CB, 7E and 57. RGB value is (203,126,87). Sum of RGB (Red+Green+Blue) = 203+126+87=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E57 is #3481A8. Grayscale: #909090. Windows color (decimal): -3441065 or 5734091. OLE color: 5734091.
HSL color Cylindrical-coordinate representation of color #CB7E57: hue angle of 20.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB7E57 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 126 | 87 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.20 |
| HSL | 20.17º | 0.53% | 0.57% | - |
| HSV(B) | 20.17º | 0.57% | 0.8% | - |
| XYZ | 33.81 | 28.31 | 12.7 | - |
| YUV | 144.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 87 | 0 | 0.38 | 0.57 | 0.20 | 20.17 | 0.53 | 0.57 |
| Hex | CB | 7E | 57 | 0 | 26 | 39 | 14 | 14 | 35 | 39 |
| Octal | 313 | 176 | 127 | 0 | 46 | 71 | 24 | 24 | 65 | 71 |
| Binary | 11001011 | 1111110 | 1010111 | 0 | 100110 | 111001 | 10100 | 10100 | 110101 | 111001 |
Color Harmonies of #CB7E57
Complementary color
Monochromatic Colors of #CB7E57
Black with #CB7E57
Text Example
Text Example
White with #CB7E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7E57; }
p { color: rgb(203,126,87); }
H1.HeaderClassName
{
color: #CB7E57;
}
.AnyTagClassName
{
color: #CB7E57;
}
</style>
background-color css
<style>
a { background-color: #CB7E57; }
a { background-color: rgb(203,126,87); }
div.DivClassName
{
background-color: #CB7E57;
}
.BgClassName
{
background-color: #CB7E57;
}
</style>
border-color css
<style>
span { border-color: #CB7E57; }
span { border-color: rgb(203,126,87); }
td.TdClassName
{
border-color: #CB7E57;
}
.TagClassName
{
border-color: #CB7E57;
}
</style>