Shades of Burning Sand #CD7B5E
Tints of Burning Sand #CD7B5E
RGB
CMYK
RGB Variations
Color information
#CD7B5E (or 0xCD7B5E) is known color: Burning Sand. HEX triplet: CD, 7B and 5E. RGB value is (205,123,94). Sum of RGB (Red+Green+Blue) = 205+123+94=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B5E is #3284A1. Grayscale: #909090. Windows color (decimal): -3310754 or 6192077. OLE color: 6192077.
HSL color Cylindrical-coordinate representation of color #CD7B5E: hue angle of 15.68º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD7B5E is Cyan = 0, Magento = 0.4, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 94 | - |
| CMYK | 0 | 0.4 | 0.54 | 0.20 |
| HSL | 15.68º | 0.53% | 0.59% | - |
| HSV(B) | 15.68º | 0.54% | 0.8% | - |
| XYZ | 34.28 | 27.95 | 14.18 | - |
| YUV | 144.21 | 99.67 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 94 | 0 | 0.4 | 0.54 | 0.20 | 15.68 | 0.53 | 0.59 |
| Hex | CD | 7B | 5E | 0 | 28 | 36 | 14 | 10 | 35 | 3B |
| Octal | 315 | 173 | 136 | 0 | 50 | 66 | 24 | 20 | 65 | 73 |
| Binary | 11001101 | 1111011 | 1011110 | 0 | 101000 | 110110 | 10100 | 10000 | 110101 | 111011 |
Color Harmonies of #CD7B5E
Complementary color
Monochromatic Colors of #CD7B5E
Black with #CD7B5E
Text Example
Text Example
White with #CD7B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B5E; }
p { color: rgb(205,123,94); }
H1.HeaderClassName
{
color: #CD7B5E;
}
.AnyTagClassName
{
color: #CD7B5E;
}
</style>
background-color css
<style>
a { background-color: #CD7B5E; }
a { background-color: rgb(205,123,94); }
div.DivClassName
{
background-color: #CD7B5E;
}
.BgClassName
{
background-color: #CD7B5E;
}
</style>
border-color css
<style>
span { border-color: #CD7B5E; }
span { border-color: rgb(205,123,94); }
td.TdClassName
{
border-color: #CD7B5E;
}
.TagClassName
{
border-color: #CD7B5E;
}
</style>