Shades of Burning Sand #CB7F5D
Tints of Burning Sand #CB7F5D
RGB
CMYK
RGB Variations
Color information
#CB7F5D (or 0xCB7F5D) is known color: Burning Sand. HEX triplet: CB, 7F and 5D. RGB value is (203,127,93). Sum of RGB (Red+Green+Blue) = 203+127+93=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F5D is #3480A2. Grayscale: #929292. Windows color (decimal): -3440803 or 6127563. OLE color: 6127563.
HSL color Cylindrical-coordinate representation of color #CB7F5D: hue angle of 18.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB7F5D is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 93 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.20 |
| HSL | 18.55º | 0.51% | 0.58% | - |
| HSV(B) | 18.55º | 0.54% | 0.8% | - |
| XYZ | 34.19 | 28.67 | 14.09 | - |
| YUV | 145.85 | 98.18 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 93 | 0 | 0.37 | 0.54 | 0.20 | 18.55 | 0.51 | 0.58 |
| Hex | CB | 7F | 5D | 0 | 25 | 36 | 14 | 13 | 33 | 3A |
| Octal | 313 | 177 | 135 | 0 | 45 | 66 | 24 | 23 | 63 | 72 |
| Binary | 11001011 | 1111111 | 1011101 | 0 | 100101 | 110110 | 10100 | 10011 | 110011 | 111010 |
Color Harmonies of #CB7F5D
Complementary color
Monochromatic Colors of #CB7F5D
Black with #CB7F5D
Text Example
Text Example
White with #CB7F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F5D; }
p { color: rgb(203,127,93); }
H1.HeaderClassName
{
color: #CB7F5D;
}
.AnyTagClassName
{
color: #CB7F5D;
}
</style>
background-color css
<style>
a { background-color: #CB7F5D; }
a { background-color: rgb(203,127,93); }
div.DivClassName
{
background-color: #CB7F5D;
}
.BgClassName
{
background-color: #CB7F5D;
}
</style>
border-color css
<style>
span { border-color: #CB7F5D; }
span { border-color: rgb(203,127,93); }
td.TdClassName
{
border-color: #CB7F5D;
}
.TagClassName
{
border-color: #CB7F5D;
}
</style>