Shades of Burning Sand #CB7C69
Tints of Burning Sand #CB7C69
RGB
CMYK
RGB Variations
Color information
#CB7C69 (or 0xCB7C69) is known color: Burning Sand. HEX triplet: CB, 7C and 69. RGB value is (203,124,105). Sum of RGB (Red+Green+Blue) = 203+124+105=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C69 is #348396. Grayscale: #919191. Windows color (decimal): -3441559 or 6913227. OLE color: 6913227.
HSL color Cylindrical-coordinate representation of color #CB7C69: hue angle of 11.63º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB7C69 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 105 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.20 |
| HSL | 11.63º | 0.49% | 0.6% | - |
| HSV(B) | 11.63º | 0.48% | 0.8% | - |
| XYZ | 34.39 | 28.13 | 16.98 | - |
| YUV | 145.46 | 105.17 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 105 | 0 | 0.39 | 0.48 | 0.20 | 11.63 | 0.49 | 0.6 |
| Hex | CB | 7C | 69 | 0 | 27 | 30 | 14 | C | 31 | 3C |
| Octal | 313 | 174 | 151 | 0 | 47 | 60 | 24 | 14 | 61 | 74 |
| Binary | 11001011 | 1111100 | 1101001 | 0 | 100111 | 110000 | 10100 | 1100 | 110001 | 111100 |
Color Harmonies of #CB7C69
Complementary color
Monochromatic Colors of #CB7C69
Black with #CB7C69
Text Example
Text Example
White with #CB7C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C69; }
p { color: rgb(203,124,105); }
H1.HeaderClassName
{
color: #CB7C69;
}
.AnyTagClassName
{
color: #CB7C69;
}
</style>
background-color css
<style>
a { background-color: #CB7C69; }
a { background-color: rgb(203,124,105); }
div.DivClassName
{
background-color: #CB7C69;
}
.BgClassName
{
background-color: #CB7C69;
}
</style>
border-color css
<style>
span { border-color: #CB7C69; }
span { border-color: rgb(203,124,105); }
td.TdClassName
{
border-color: #CB7C69;
}
.TagClassName
{
border-color: #CB7C69;
}
</style>