Shades of Burning Sand #CB7B6C
Tints of Burning Sand #CB7B6C
RGB
CMYK
RGB Variations
Color information
#CB7B6C (or 0xCB7B6C) is known color: Burning Sand. HEX triplet: CB, 7B and 6C. RGB value is (203,123,108). Sum of RGB (Red+Green+Blue) = 203+123+108=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7B6C is #348493. Grayscale: #919191. Windows color (decimal): -3441812 or 7109579. OLE color: 7109579.
HSL color Cylindrical-coordinate representation of color #CB7B6C: hue angle of 9.47º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB7B6C is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 108 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.20 |
| HSL | 9.47º | 0.48% | 0.61% | - |
| HSV(B) | 9.47º | 0.47% | 0.8% | - |
| XYZ | 34.42 | 27.95 | 17.77 | - |
| YUV | 145.21 | 107 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 108 | 0 | 0.39 | 0.47 | 0.20 | 9.47 | 0.48 | 0.61 |
| Hex | CB | 7B | 6C | 0 | 27 | 2F | 14 | 9 | 30 | 3D |
| Octal | 313 | 173 | 154 | 0 | 47 | 57 | 24 | 11 | 60 | 75 |
| Binary | 11001011 | 1111011 | 1101100 | 0 | 100111 | 101111 | 10100 | 1001 | 110000 | 111101 |
Color Harmonies of #CB7B6C
Complementary color
Monochromatic Colors of #CB7B6C
Black with #CB7B6C
Text Example
Text Example
White with #CB7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B6C; }
p { color: rgb(203,123,108); }
H1.HeaderClassName
{
color: #CB7B6C;
}
.AnyTagClassName
{
color: #CB7B6C;
}
</style>
background-color css
<style>
a { background-color: #CB7B6C; }
a { background-color: rgb(203,123,108); }
div.DivClassName
{
background-color: #CB7B6C;
}
.BgClassName
{
background-color: #CB7B6C;
}
</style>
border-color css
<style>
span { border-color: #CB7B6C; }
span { border-color: rgb(203,123,108); }
td.TdClassName
{
border-color: #CB7B6C;
}
.TagClassName
{
border-color: #CB7B6C;
}
</style>