Shades of Burning Sand #CD865C
Tints of Burning Sand #CD865C
RGB
CMYK
RGB Variations
Color information
#CD865C (or 0xCD865C) is known color: Burning Sand. HEX triplet: CD, 86 and 5C. RGB value is (205,134,92). Sum of RGB (Red+Green+Blue) = 205+134+92=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD865C is #3279A3. Grayscale: #969696. Windows color (decimal): -3307940 or 6063821. OLE color: 6063821.
HSL color Cylindrical-coordinate representation of color #CD865C: hue angle of 22.3º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD865C is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 134 | 92 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.20 |
| HSL | 22.3º | 0.53% | 0.58% | - |
| HSV(B) | 22.3º | 0.55% | 0.8% | - |
| XYZ | 35.63 | 30.8 | 14.19 | - |
| YUV | 150.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 134 | 92 | 0 | 0.35 | 0.55 | 0.20 | 22.3 | 0.53 | 0.58 |
| Hex | CD | 86 | 5C | 0 | 23 | 37 | 14 | 16 | 35 | 3A |
| Octal | 315 | 206 | 134 | 0 | 43 | 67 | 24 | 26 | 65 | 72 |
| Binary | 11001101 | 10000110 | 1011100 | 0 | 100011 | 110111 | 10100 | 10110 | 110101 | 111010 |
Color Harmonies of #CD865C
Complementary color
Monochromatic Colors of #CD865C
Black with #CD865C
Text Example
Text Example
White with #CD865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD865C; }
p { color: rgb(205,134,92); }
H1.HeaderClassName
{
color: #CD865C;
}
.AnyTagClassName
{
color: #CD865C;
}
</style>
background-color css
<style>
a { background-color: #CD865C; }
a { background-color: rgb(205,134,92); }
div.DivClassName
{
background-color: #CD865C;
}
.BgClassName
{
background-color: #CD865C;
}
</style>
border-color css
<style>
span { border-color: #CD865C; }
span { border-color: rgb(205,134,92); }
td.TdClassName
{
border-color: #CD865C;
}
.TagClassName
{
border-color: #CD865C;
}
</style>