Shades of Burning Sand #CC8965
Tints of Burning Sand #CC8965
RGB
CMYK
RGB Variations
Color information
#CC8965 (or 0xCC8965) is known color: Burning Sand. HEX triplet: CC, 89 and 65. RGB value is (204,137,101). Sum of RGB (Red+Green+Blue) = 204+137+101=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8965 is #33769A. Grayscale: #999999. Windows color (decimal): -3372699 or 6654412. OLE color: 6654412.
HSL color Cylindrical-coordinate representation of color #CC8965: hue angle of 20.97º 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 #CC8965 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 101 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.2 |
| HSL | 20.97º | 0.5% | 0.6% | - |
| HSV(B) | 20.97º | 0.5% | 0.8% | - |
| XYZ | 36.2 | 31.67 | 16.52 | - |
| YUV | 152.93 | 98.7 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 101 | 0 | 0.33 | 0.50 | 0.2 | 20.97 | 0.5 | 0.6 |
| Hex | CC | 89 | 65 | 0 | 21 | 32 | 14 | 15 | 32 | 3C |
| Octal | 314 | 211 | 145 | 0 | 41 | 62 | 24 | 25 | 62 | 74 |
| Binary | 11001100 | 10001001 | 1100101 | 0 | 100001 | 110010 | 10100 | 10101 | 110010 | 111100 |
Color Harmonies of #CC8965
Complementary color
Monochromatic Colors of #CC8965
Black with #CC8965
Text Example
Text Example
White with #CC8965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8965; }
p { color: rgb(204,137,101); }
H1.HeaderClassName
{
color: #CC8965;
}
.AnyTagClassName
{
color: #CC8965;
}
</style>
background-color css
<style>
a { background-color: #CC8965; }
a { background-color: rgb(204,137,101); }
div.DivClassName
{
background-color: #CC8965;
}
.BgClassName
{
background-color: #CC8965;
}
</style>
border-color css
<style>
span { border-color: #CC8965; }
span { border-color: rgb(204,137,101); }
td.TdClassName
{
border-color: #CC8965;
}
.TagClassName
{
border-color: #CC8965;
}
</style>