Shades of Burning Sand #CB7C64
Tints of Burning Sand #CB7C64
RGB
CMYK
RGB Variations
Color information
#CB7C64 (or 0xCB7C64) is known color: Burning Sand. HEX triplet: CB, 7C and 64. RGB value is (203,124,100). Sum of RGB (Red+Green+Blue) = 203+124+100=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C64 is #34839B. Grayscale: #919191. Windows color (decimal): -3441564 or 6585547. OLE color: 6585547.
HSL color Cylindrical-coordinate representation of color #CB7C64: hue angle of 13.98º 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 #CB7C64 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 100 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.20 |
| HSL | 13.98º | 0.5% | 0.59% | - |
| HSV(B) | 13.98º | 0.51% | 0.8% | - |
| XYZ | 34.14 | 28.03 | 15.67 | - |
| YUV | 144.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 100 | 0 | 0.39 | 0.51 | 0.20 | 13.98 | 0.5 | 0.59 |
| Hex | CB | 7C | 64 | 0 | 27 | 33 | 14 | E | 32 | 3B |
| Octal | 313 | 174 | 144 | 0 | 47 | 63 | 24 | 16 | 62 | 73 |
| Binary | 11001011 | 1111100 | 1100100 | 0 | 100111 | 110011 | 10100 | 1110 | 110010 | 111011 |
Color Harmonies of #CB7C64
Complementary color
Monochromatic Colors of #CB7C64
Black with #CB7C64
Text Example
Text Example
White with #CB7C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C64; }
p { color: rgb(203,124,100); }
H1.HeaderClassName
{
color: #CB7C64;
}
.AnyTagClassName
{
color: #CB7C64;
}
</style>
background-color css
<style>
a { background-color: #CB7C64; }
a { background-color: rgb(203,124,100); }
div.DivClassName
{
background-color: #CB7C64;
}
.BgClassName
{
background-color: #CB7C64;
}
</style>
border-color css
<style>
span { border-color: #CB7C64; }
span { border-color: rgb(203,124,100); }
td.TdClassName
{
border-color: #CB7C64;
}
.TagClassName
{
border-color: #CB7C64;
}
</style>