Shades of Burning Sand #CC7B69
Tints of Burning Sand #CC7B69
RGB
CMYK
RGB Variations
Color information
#CC7B69 (or 0xCC7B69) is known color: Burning Sand. HEX triplet: CC, 7B and 69. RGB value is (204,123,105). Sum of RGB (Red+Green+Blue) = 204+123+105=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B69 is #338496. Grayscale: #919191. Windows color (decimal): -3376279 or 6912972. OLE color: 6912972.
HSL color Cylindrical-coordinate representation of color #CC7B69: hue angle of 10.91º 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 #CC7B69 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 105 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.2 |
| HSL | 10.91º | 0.49% | 0.61% | - |
| HSV(B) | 10.91º | 0.49% | 0.8% | - |
| XYZ | 34.53 | 28.02 | 16.95 | - |
| YUV | 145.17 | 105.34 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 105 | 0 | 0.40 | 0.49 | 0.2 | 10.91 | 0.49 | 0.61 |
| Hex | CC | 7B | 69 | 0 | 28 | 31 | 14 | B | 31 | 3D |
| Octal | 314 | 173 | 151 | 0 | 50 | 61 | 24 | 13 | 61 | 75 |
| Binary | 11001100 | 1111011 | 1101001 | 0 | 101000 | 110001 | 10100 | 1011 | 110001 | 111101 |
Color Harmonies of #CC7B69
Complementary color
Monochromatic Colors of #CC7B69
Black with #CC7B69
Text Example
Text Example
White with #CC7B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B69; }
p { color: rgb(204,123,105); }
H1.HeaderClassName
{
color: #CC7B69;
}
.AnyTagClassName
{
color: #CC7B69;
}
</style>
background-color css
<style>
a { background-color: #CC7B69; }
a { background-color: rgb(204,123,105); }
div.DivClassName
{
background-color: #CC7B69;
}
.BgClassName
{
background-color: #CC7B69;
}
</style>
border-color css
<style>
span { border-color: #CC7B69; }
span { border-color: rgb(204,123,105); }
td.TdClassName
{
border-color: #CC7B69;
}
.TagClassName
{
border-color: #CC7B69;
}
</style>