Shades of Burning Sand #CC8669
Tints of Burning Sand #CC8669
RGB
CMYK
RGB Variations
Color information
#CC8669 (or 0xCC8669) is known color: Burning Sand. HEX triplet: CC, 86 and 69. RGB value is (204,134,105). Sum of RGB (Red+Green+Blue) = 204+134+105=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8669 is #337996. Grayscale: #979797. Windows color (decimal): -3373463 or 6915788. OLE color: 6915788.
HSL color Cylindrical-coordinate representation of color #CC8669: hue angle of 17.58º 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 #CC8669 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 105 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.2 |
| HSL | 17.58º | 0.49% | 0.61% | - |
| HSV(B) | 17.58º | 0.49% | 0.8% | - |
| XYZ | 35.98 | 30.91 | 17.43 | - |
| YUV | 151.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 105 | 0 | 0.34 | 0.49 | 0.2 | 17.58 | 0.49 | 0.61 |
| Hex | CC | 86 | 69 | 0 | 22 | 31 | 14 | 12 | 31 | 3D |
| Octal | 314 | 206 | 151 | 0 | 42 | 61 | 24 | 22 | 61 | 75 |
| Binary | 11001100 | 10000110 | 1101001 | 0 | 100010 | 110001 | 10100 | 10010 | 110001 | 111101 |
Color Harmonies of #CC8669
Complementary color
Monochromatic Colors of #CC8669
Black with #CC8669
Text Example
Text Example
White with #CC8669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8669; }
p { color: rgb(204,134,105); }
H1.HeaderClassName
{
color: #CC8669;
}
.AnyTagClassName
{
color: #CC8669;
}
</style>
background-color css
<style>
a { background-color: #CC8669; }
a { background-color: rgb(204,134,105); }
div.DivClassName
{
background-color: #CC8669;
}
.BgClassName
{
background-color: #CC8669;
}
</style>
border-color css
<style>
span { border-color: #CC8669; }
span { border-color: rgb(204,134,105); }
td.TdClassName
{
border-color: #CC8669;
}
.TagClassName
{
border-color: #CC8669;
}
</style>