Shades of Burning Sand #CB7F62
Tints of Burning Sand #CB7F62
RGB
CMYK
RGB Variations
Color information
#CB7F62 (or 0xCB7F62) is known color: Burning Sand. HEX triplet: CB, 7F and 62. RGB value is (203,127,98). Sum of RGB (Red+Green+Blue) = 203+127+98=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F62 is #34809D. Grayscale: #929292. Windows color (decimal): -3440798 or 6455243. OLE color: 6455243.
HSL color Cylindrical-coordinate representation of color #CB7F62: hue angle of 16.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB7F62 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 98 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.20 |
| HSL | 16.57º | 0.5% | 0.59% | - |
| HSV(B) | 16.57º | 0.52% | 0.8% | - |
| XYZ | 34.42 | 28.76 | 15.29 | - |
| YUV | 146.42 | 100.68 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 98 | 0 | 0.37 | 0.52 | 0.20 | 16.57 | 0.5 | 0.59 |
| Hex | CB | 7F | 62 | 0 | 25 | 34 | 14 | 11 | 32 | 3B |
| Octal | 313 | 177 | 142 | 0 | 45 | 64 | 24 | 21 | 62 | 73 |
| Binary | 11001011 | 1111111 | 1100010 | 0 | 100101 | 110100 | 10100 | 10001 | 110010 | 111011 |
Color Harmonies of #CB7F62
Complementary color
Monochromatic Colors of #CB7F62
Black with #CB7F62
Text Example
Text Example
White with #CB7F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F62; }
p { color: rgb(203,127,98); }
H1.HeaderClassName
{
color: #CB7F62;
}
.AnyTagClassName
{
color: #CB7F62;
}
</style>
background-color css
<style>
a { background-color: #CB7F62; }
a { background-color: rgb(203,127,98); }
div.DivClassName
{
background-color: #CB7F62;
}
.BgClassName
{
background-color: #CB7F62;
}
</style>
border-color css
<style>
span { border-color: #CB7F62; }
span { border-color: rgb(203,127,98); }
td.TdClassName
{
border-color: #CB7F62;
}
.TagClassName
{
border-color: #CB7F62;
}
</style>