Shades of Burning Sand #CC7D58
Tints of Burning Sand #CC7D58
RGB
CMYK
RGB Variations
Color information
#CC7D58 (or 0xCC7D58) is known color: Burning Sand. HEX triplet: CC, 7D and 58. RGB value is (204,125,88). Sum of RGB (Red+Green+Blue) = 204+125+88=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D58 is #3382A7. Grayscale: #909090. Windows color (decimal): -3375784 or 5799372. OLE color: 5799372.
HSL color Cylindrical-coordinate representation of color #CC7D58: hue angle of 19.14º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC7D58 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 88 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.2 |
| HSL | 19.14º | 0.53% | 0.57% | - |
| HSV(B) | 19.14º | 0.57% | 0.8% | - |
| XYZ | 34 | 28.21 | 12.89 | - |
| YUV | 144.4 | 96.17 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 88 | 0 | 0.39 | 0.57 | 0.2 | 19.14 | 0.53 | 0.57 |
| Hex | CC | 7D | 58 | 0 | 27 | 39 | 14 | 13 | 35 | 39 |
| Octal | 314 | 175 | 130 | 0 | 47 | 71 | 24 | 23 | 65 | 71 |
| Binary | 11001100 | 1111101 | 1011000 | 0 | 100111 | 111001 | 10100 | 10011 | 110101 | 111001 |
Color Harmonies of #CC7D58
Complementary color
Monochromatic Colors of #CC7D58
Black with #CC7D58
Text Example
Text Example
White with #CC7D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D58; }
p { color: rgb(204,125,88); }
H1.HeaderClassName
{
color: #CC7D58;
}
.AnyTagClassName
{
color: #CC7D58;
}
</style>
background-color css
<style>
a { background-color: #CC7D58; }
a { background-color: rgb(204,125,88); }
div.DivClassName
{
background-color: #CC7D58;
}
.BgClassName
{
background-color: #CC7D58;
}
</style>
border-color css
<style>
span { border-color: #CC7D58; }
span { border-color: rgb(204,125,88); }
td.TdClassName
{
border-color: #CC7D58;
}
.TagClassName
{
border-color: #CC7D58;
}
</style>