Shades of Burning Sand #CB7D68
Tints of Burning Sand #CB7D68
RGB
CMYK
RGB Variations
Color information
#CB7D68 (or 0xCB7D68) is known color: Burning Sand. HEX triplet: CB, 7D and 68. RGB value is (203,125,104). Sum of RGB (Red+Green+Blue) = 203+125+104=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7D68 is #348297. Grayscale: #929292. Windows color (decimal): -3441304 or 6847947. OLE color: 6847947.
HSL color Cylindrical-coordinate representation of color #CB7D68: hue angle of 12.73º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB7D68 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 104 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.20 |
| HSL | 12.73º | 0.49% | 0.6% | - |
| HSV(B) | 12.73º | 0.49% | 0.8% | - |
| XYZ | 34.46 | 28.36 | 16.76 | - |
| YUV | 145.93 | 104.34 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 104 | 0 | 0.38 | 0.49 | 0.20 | 12.73 | 0.49 | 0.6 |
| Hex | CB | 7D | 68 | 0 | 26 | 31 | 14 | D | 31 | 3C |
| Octal | 313 | 175 | 150 | 0 | 46 | 61 | 24 | 15 | 61 | 74 |
| Binary | 11001011 | 1111101 | 1101000 | 0 | 100110 | 110001 | 10100 | 1101 | 110001 | 111100 |
Color Harmonies of #CB7D68
Complementary color
Monochromatic Colors of #CB7D68
Black with #CB7D68
Text Example
Text Example
White with #CB7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7D68; }
p { color: rgb(203,125,104); }
H1.HeaderClassName
{
color: #CB7D68;
}
.AnyTagClassName
{
color: #CB7D68;
}
</style>
background-color css
<style>
a { background-color: #CB7D68; }
a { background-color: rgb(203,125,104); }
div.DivClassName
{
background-color: #CB7D68;
}
.BgClassName
{
background-color: #CB7D68;
}
</style>
border-color css
<style>
span { border-color: #CB7D68; }
span { border-color: rgb(203,125,104); }
td.TdClassName
{
border-color: #CB7D68;
}
.TagClassName
{
border-color: #CB7D68;
}
</style>