Shades of Burning Sand #CB7A64
Tints of Burning Sand #CB7A64
RGB
CMYK
RGB Variations
Color information
#CB7A64 (or 0xCB7A64) is known color: Burning Sand. HEX triplet: CB, 7A and 64. RGB value is (203,122,100). Sum of RGB (Red+Green+Blue) = 203+122+100=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7A64 is #34859B. Grayscale: #8F8F8F. Windows color (decimal): -3442076 or 6585035. OLE color: 6585035.
HSL color Cylindrical-coordinate representation of color #CB7A64: hue angle of 12.82º 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 #CB7A64 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 100 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.20 |
| HSL | 12.82º | 0.5% | 0.59% | - |
| HSV(B) | 12.82º | 0.51% | 0.8% | - |
| XYZ | 33.89 | 27.54 | 15.59 | - |
| YUV | 143.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 100 | 0 | 0.40 | 0.51 | 0.20 | 12.82 | 0.5 | 0.59 |
| Hex | CB | 7A | 64 | 0 | 28 | 33 | 14 | D | 32 | 3B |
| Octal | 313 | 172 | 144 | 0 | 50 | 63 | 24 | 15 | 62 | 73 |
| Binary | 11001011 | 1111010 | 1100100 | 0 | 101000 | 110011 | 10100 | 1101 | 110010 | 111011 |
Color Harmonies of #CB7A64
Complementary color
Monochromatic Colors of #CB7A64
Black with #CB7A64
Text Example
Text Example
White with #CB7A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A64; }
p { color: rgb(203,122,100); }
H1.HeaderClassName
{
color: #CB7A64;
}
.AnyTagClassName
{
color: #CB7A64;
}
</style>
background-color css
<style>
a { background-color: #CB7A64; }
a { background-color: rgb(203,122,100); }
div.DivClassName
{
background-color: #CB7A64;
}
.BgClassName
{
background-color: #CB7A64;
}
</style>
border-color css
<style>
span { border-color: #CB7A64; }
span { border-color: rgb(203,122,100); }
td.TdClassName
{
border-color: #CB7A64;
}
.TagClassName
{
border-color: #CB7A64;
}
</style>