Shades of Burning Sand #CC8969
Tints of Burning Sand #CC8969
RGB
CMYK
RGB Variations
Color information
#CC8969 (or 0xCC8969) is known color: Burning Sand. HEX triplet: CC, 89 and 69. RGB value is (204,137,105). Sum of RGB (Red+Green+Blue) = 204+137+105=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8969 is #337696. Grayscale: #999999. Windows color (decimal): -3372695 or 6916556. OLE color: 6916556.
HSL color Cylindrical-coordinate representation of color #CC8969: hue angle of 19.39º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC8969 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 105 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.2 |
| HSL | 19.39º | 0.49% | 0.61% | - |
| HSV(B) | 19.39º | 0.49% | 0.8% | - |
| XYZ | 36.4 | 31.75 | 17.57 | - |
| YUV | 153.39 | 100.7 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 105 | 0 | 0.33 | 0.49 | 0.2 | 19.39 | 0.49 | 0.61 |
| Hex | CC | 89 | 69 | 0 | 21 | 31 | 14 | 13 | 31 | 3D |
| Octal | 314 | 211 | 151 | 0 | 41 | 61 | 24 | 23 | 61 | 75 |
| Binary | 11001100 | 10001001 | 1101001 | 0 | 100001 | 110001 | 10100 | 10011 | 110001 | 111101 |
Color Harmonies of #CC8969
Complementary color
Monochromatic Colors of #CC8969
Black with #CC8969
Text Example
Text Example
White with #CC8969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8969; }
p { color: rgb(204,137,105); }
H1.HeaderClassName
{
color: #CC8969;
}
.AnyTagClassName
{
color: #CC8969;
}
</style>
background-color css
<style>
a { background-color: #CC8969; }
a { background-color: rgb(204,137,105); }
div.DivClassName
{
background-color: #CC8969;
}
.BgClassName
{
background-color: #CC8969;
}
</style>
border-color css
<style>
span { border-color: #CC8969; }
span { border-color: rgb(204,137,105); }
td.TdClassName
{
border-color: #CC8969;
}
.TagClassName
{
border-color: #CC8969;
}
</style>