Shades of Burning Sand #CC8269
Tints of Burning Sand #CC8269
RGB
CMYK
RGB Variations
Color information
#CC8269 (or 0xCC8269) is known color: Burning Sand. HEX triplet: CC, 82 and 69. RGB value is (204,130,105). Sum of RGB (Red+Green+Blue) = 204+130+105=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8269 is #337D96. Grayscale: #959595. Windows color (decimal): -3374487 or 6914764. OLE color: 6914764.
HSL color Cylindrical-coordinate representation of color #CC8269: hue angle of 15.15º 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 #CC8269 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 105 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.2 |
| HSL | 15.15º | 0.49% | 0.61% | - |
| HSV(B) | 15.15º | 0.49% | 0.8% | - |
| XYZ | 35.43 | 29.82 | 17.25 | - |
| YUV | 149.28 | 103.02 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 105 | 0 | 0.36 | 0.49 | 0.2 | 15.15 | 0.49 | 0.61 |
| Hex | CC | 82 | 69 | 0 | 24 | 31 | 14 | F | 31 | 3D |
| Octal | 314 | 202 | 151 | 0 | 44 | 61 | 24 | 17 | 61 | 75 |
| Binary | 11001100 | 10000010 | 1101001 | 0 | 100100 | 110001 | 10100 | 1111 | 110001 | 111101 |
Color Harmonies of #CC8269
Complementary color
Monochromatic Colors of #CC8269
Black with #CC8269
Text Example
Text Example
White with #CC8269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8269; }
p { color: rgb(204,130,105); }
H1.HeaderClassName
{
color: #CC8269;
}
.AnyTagClassName
{
color: #CC8269;
}
</style>
background-color css
<style>
a { background-color: #CC8269; }
a { background-color: rgb(204,130,105); }
div.DivClassName
{
background-color: #CC8269;
}
.BgClassName
{
background-color: #CC8269;
}
</style>
border-color css
<style>
span { border-color: #CC8269; }
span { border-color: rgb(204,130,105); }
td.TdClassName
{
border-color: #CC8269;
}
.TagClassName
{
border-color: #CC8269;
}
</style>