Shades of Burning Sand #CB7F64
Tints of Burning Sand #CB7F64
RGB
CMYK
RGB Variations
Color information
#CB7F64 (or 0xCB7F64) is known color: Burning Sand. HEX triplet: CB, 7F and 64. RGB value is (203,127,100). Sum of RGB (Red+Green+Blue) = 203+127+100=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F64 is #34809B. Grayscale: #929292. Windows color (decimal): -3440796 or 6586315. OLE color: 6586315.
HSL color Cylindrical-coordinate representation of color #CB7F64: hue angle of 15.73º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB7F64 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 100 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.20 |
| HSL | 15.73º | 0.5% | 0.59% | - |
| HSV(B) | 15.73º | 0.51% | 0.8% | - |
| XYZ | 34.52 | 28.8 | 15.8 | - |
| YUV | 146.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 100 | 0 | 0.37 | 0.51 | 0.20 | 15.73 | 0.5 | 0.59 |
| Hex | CB | 7F | 64 | 0 | 25 | 33 | 14 | 10 | 32 | 3B |
| Octal | 313 | 177 | 144 | 0 | 45 | 63 | 24 | 20 | 62 | 73 |
| Binary | 11001011 | 1111111 | 1100100 | 0 | 100101 | 110011 | 10100 | 10000 | 110010 | 111011 |
Color Harmonies of #CB7F64
Complementary color
Monochromatic Colors of #CB7F64
Black with #CB7F64
Text Example
Text Example
White with #CB7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F64; }
p { color: rgb(203,127,100); }
H1.HeaderClassName
{
color: #CB7F64;
}
.AnyTagClassName
{
color: #CB7F64;
}
</style>
background-color css
<style>
a { background-color: #CB7F64; }
a { background-color: rgb(203,127,100); }
div.DivClassName
{
background-color: #CB7F64;
}
.BgClassName
{
background-color: #CB7F64;
}
</style>
border-color css
<style>
span { border-color: #CB7F64; }
span { border-color: rgb(203,127,100); }
td.TdClassName
{
border-color: #CB7F64;
}
.TagClassName
{
border-color: #CB7F64;
}
</style>