Shades of Burning Sand #CD8567
Tints of Burning Sand #CD8567
RGB
CMYK
RGB Variations
Color information
#CD8567 (or 0xCD8567) is known color: Burning Sand. HEX triplet: CD, 85 and 67. RGB value is (205,133,103). Sum of RGB (Red+Green+Blue) = 205+133+103=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8567 is #327A98. Grayscale: #979797. Windows color (decimal): -3308185 or 6784461. OLE color: 6784461.
HSL color Cylindrical-coordinate representation of color #CD8567: hue angle of 17.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD8567 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 133 | 103 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.20 |
| HSL | 17.65º | 0.5% | 0.6% | - |
| HSV(B) | 17.65º | 0.5% | 0.8% | - |
| XYZ | 36.01 | 30.73 | 16.87 | - |
| YUV | 151.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 133 | 103 | 0 | 0.35 | 0.50 | 0.20 | 17.65 | 0.5 | 0.6 |
| Hex | CD | 85 | 67 | 0 | 23 | 32 | 14 | 12 | 32 | 3C |
| Octal | 315 | 205 | 147 | 0 | 43 | 62 | 24 | 22 | 62 | 74 |
| Binary | 11001101 | 10000101 | 1100111 | 0 | 100011 | 110010 | 10100 | 10010 | 110010 | 111100 |
Color Harmonies of #CD8567
Complementary color
Monochromatic Colors of #CD8567
Black with #CD8567
Text Example
Text Example
White with #CD8567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8567; }
p { color: rgb(205,133,103); }
H1.HeaderClassName
{
color: #CD8567;
}
.AnyTagClassName
{
color: #CD8567;
}
</style>
background-color css
<style>
a { background-color: #CD8567; }
a { background-color: rgb(205,133,103); }
div.DivClassName
{
background-color: #CD8567;
}
.BgClassName
{
background-color: #CD8567;
}
</style>
border-color css
<style>
span { border-color: #CD8567; }
span { border-color: rgb(205,133,103); }
td.TdClassName
{
border-color: #CD8567;
}
.TagClassName
{
border-color: #CD8567;
}
</style>