Shades of Burning Sand #CB7D64
Tints of Burning Sand #CB7D64
RGB
CMYK
RGB Variations
Color information
#CB7D64 (or 0xCB7D64) is known color: Burning Sand. HEX triplet: CB, 7D and 64. RGB value is (203,125,100). Sum of RGB (Red+Green+Blue) = 203+125+100=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7D64 is #34829B. Grayscale: #919191. Windows color (decimal): -3441308 or 6585803. OLE color: 6585803.
HSL color Cylindrical-coordinate representation of color #CB7D64: hue angle of 14.56º 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 #CB7D64 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 100 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.20 |
| HSL | 14.56º | 0.5% | 0.59% | - |
| HSV(B) | 14.56º | 0.51% | 0.8% | - |
| XYZ | 34.26 | 28.28 | 15.71 | - |
| YUV | 145.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 100 | 0 | 0.38 | 0.51 | 0.20 | 14.56 | 0.5 | 0.59 |
| Hex | CB | 7D | 64 | 0 | 26 | 33 | 14 | F | 32 | 3B |
| Octal | 313 | 175 | 144 | 0 | 46 | 63 | 24 | 17 | 62 | 73 |
| Binary | 11001011 | 1111101 | 1100100 | 0 | 100110 | 110011 | 10100 | 1111 | 110010 | 111011 |
Color Harmonies of #CB7D64
Complementary color
Monochromatic Colors of #CB7D64
Black with #CB7D64
Text Example
Text Example
White with #CB7D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7D64; }
p { color: rgb(203,125,100); }
H1.HeaderClassName
{
color: #CB7D64;
}
.AnyTagClassName
{
color: #CB7D64;
}
</style>
background-color css
<style>
a { background-color: #CB7D64; }
a { background-color: rgb(203,125,100); }
div.DivClassName
{
background-color: #CB7D64;
}
.BgClassName
{
background-color: #CB7D64;
}
</style>
border-color css
<style>
span { border-color: #CB7D64; }
span { border-color: rgb(203,125,100); }
td.TdClassName
{
border-color: #CB7D64;
}
.TagClassName
{
border-color: #CB7D64;
}
</style>