Shades of Burning Sand #CC7C69
Tints of Burning Sand #CC7C69
RGB
CMYK
RGB Variations
Color information
#CC7C69 (or 0xCC7C69) is known color: Burning Sand. HEX triplet: CC, 7C and 69. RGB value is (204,124,105). Sum of RGB (Red+Green+Blue) = 204+124+105=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C69 is #338396. Grayscale: #919191. Windows color (decimal): -3376023 or 6913228. OLE color: 6913228.
HSL color Cylindrical-coordinate representation of color #CC7C69: hue angle of 11.52º 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 #CC7C69 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 105 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.2 |
| HSL | 11.52º | 0.49% | 0.61% | - |
| HSV(B) | 11.52º | 0.49% | 0.8% | - |
| XYZ | 34.66 | 28.27 | 17 | - |
| YUV | 145.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 105 | 0 | 0.39 | 0.49 | 0.2 | 11.52 | 0.49 | 0.61 |
| Hex | CC | 7C | 69 | 0 | 27 | 31 | 14 | C | 31 | 3D |
| Octal | 314 | 174 | 151 | 0 | 47 | 61 | 24 | 14 | 61 | 75 |
| Binary | 11001100 | 1111100 | 1101001 | 0 | 100111 | 110001 | 10100 | 1100 | 110001 | 111101 |
Color Harmonies of #CC7C69
Complementary color
Monochromatic Colors of #CC7C69
Black with #CC7C69
Text Example
Text Example
White with #CC7C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C69; }
p { color: rgb(204,124,105); }
H1.HeaderClassName
{
color: #CC7C69;
}
.AnyTagClassName
{
color: #CC7C69;
}
</style>
background-color css
<style>
a { background-color: #CC7C69; }
a { background-color: rgb(204,124,105); }
div.DivClassName
{
background-color: #CC7C69;
}
.BgClassName
{
background-color: #CC7C69;
}
</style>
border-color css
<style>
span { border-color: #CC7C69; }
span { border-color: rgb(204,124,105); }
td.TdClassName
{
border-color: #CC7C69;
}
.TagClassName
{
border-color: #CC7C69;
}
</style>