Shades of Burning Sand #CB7D59
Tints of Burning Sand #CB7D59
RGB
CMYK
RGB Variations
Color information
#CB7D59 (or 0xCB7D59) is known color: Burning Sand. HEX triplet: CB, 7D and 59. RGB value is (203,125,89). Sum of RGB (Red+Green+Blue) = 203+125+89=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7D59 is #3482A6. Grayscale: #909090. Windows color (decimal): -3441319 or 5864907. OLE color: 5864907.
HSL color Cylindrical-coordinate representation of color #CB7D59: hue angle of 18.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB7D59 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 89 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.20 |
| HSL | 18.95º | 0.52% | 0.57% | - |
| HSV(B) | 18.95º | 0.56% | 0.8% | - |
| XYZ | 33.77 | 28.09 | 13.09 | - |
| YUV | 144.22 | 96.84 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 89 | 0 | 0.38 | 0.56 | 0.20 | 18.95 | 0.52 | 0.57 |
| Hex | CB | 7D | 59 | 0 | 26 | 38 | 14 | 13 | 34 | 39 |
| Octal | 313 | 175 | 131 | 0 | 46 | 70 | 24 | 23 | 64 | 71 |
| Binary | 11001011 | 1111101 | 1011001 | 0 | 100110 | 111000 | 10100 | 10011 | 110100 | 111001 |
Color Harmonies of #CB7D59
Complementary color
Monochromatic Colors of #CB7D59
Black with #CB7D59
Text Example
Text Example
White with #CB7D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7D59; }
p { color: rgb(203,125,89); }
H1.HeaderClassName
{
color: #CB7D59;
}
.AnyTagClassName
{
color: #CB7D59;
}
</style>
background-color css
<style>
a { background-color: #CB7D59; }
a { background-color: rgb(203,125,89); }
div.DivClassName
{
background-color: #CB7D59;
}
.BgClassName
{
background-color: #CB7D59;
}
</style>
border-color css
<style>
span { border-color: #CB7D59; }
span { border-color: rgb(203,125,89); }
td.TdClassName
{
border-color: #CB7D59;
}
.TagClassName
{
border-color: #CB7D59;
}
</style>