Shades of Burning Sand #CC8369
Tints of Burning Sand #CC8369
RGB
CMYK
RGB Variations
Color information
#CC8369 (or 0xCC8369) is known color: Burning Sand. HEX triplet: CC, 83 and 69. RGB value is (204,131,105). Sum of RGB (Red+Green+Blue) = 204+131+105=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8369 is #337C96. Grayscale: #969696. Windows color (decimal): -3374231 or 6915020. OLE color: 6915020.
HSL color Cylindrical-coordinate representation of color #CC8369: hue angle of 15.76º 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 #CC8369 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 105 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.2 |
| HSL | 15.76º | 0.49% | 0.61% | - |
| HSV(B) | 15.76º | 0.49% | 0.8% | - |
| XYZ | 35.57 | 30.09 | 17.3 | - |
| YUV | 149.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 105 | 0 | 0.36 | 0.49 | 0.2 | 15.76 | 0.49 | 0.61 |
| Hex | CC | 83 | 69 | 0 | 24 | 31 | 14 | 10 | 31 | 3D |
| Octal | 314 | 203 | 151 | 0 | 44 | 61 | 24 | 20 | 61 | 75 |
| Binary | 11001100 | 10000011 | 1101001 | 0 | 100100 | 110001 | 10100 | 10000 | 110001 | 111101 |
Color Harmonies of #CC8369
Complementary color
Monochromatic Colors of #CC8369
Black with #CC8369
Text Example
Text Example
White with #CC8369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8369; }
p { color: rgb(204,131,105); }
H1.HeaderClassName
{
color: #CC8369;
}
.AnyTagClassName
{
color: #CC8369;
}
</style>
background-color css
<style>
a { background-color: #CC8369; }
a { background-color: rgb(204,131,105); }
div.DivClassName
{
background-color: #CC8369;
}
.BgClassName
{
background-color: #CC8369;
}
</style>
border-color css
<style>
span { border-color: #CC8369; }
span { border-color: rgb(204,131,105); }
td.TdClassName
{
border-color: #CC8369;
}
.TagClassName
{
border-color: #CC8369;
}
</style>