Shades of Burning Sand #CC7A65
Tints of Burning Sand #CC7A65
RGB
CMYK
RGB Variations
Color information
#CC7A65 (or 0xCC7A65) is known color: Burning Sand. HEX triplet: CC, 7A and 65. RGB value is (204,122,101). Sum of RGB (Red+Green+Blue) = 204+122+101=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A65 is #33859A. Grayscale: #909090. Windows color (decimal): -3376539 or 6650572. OLE color: 6650572.
HSL color Cylindrical-coordinate representation of color #CC7A65: hue angle of 12.23º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7A65 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 101 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.2 |
| HSL | 12.23º | 0.5% | 0.6% | - |
| HSV(B) | 12.23º | 0.5% | 0.8% | - |
| XYZ | 34.21 | 27.7 | 15.85 | - |
| YUV | 144.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 101 | 0 | 0.40 | 0.50 | 0.2 | 12.23 | 0.5 | 0.6 |
| Hex | CC | 7A | 65 | 0 | 28 | 32 | 14 | C | 32 | 3C |
| Octal | 314 | 172 | 145 | 0 | 50 | 62 | 24 | 14 | 62 | 74 |
| Binary | 11001100 | 1111010 | 1100101 | 0 | 101000 | 110010 | 10100 | 1100 | 110010 | 111100 |
Color Harmonies of #CC7A65
Complementary color
Monochromatic Colors of #CC7A65
Black with #CC7A65
Text Example
Text Example
White with #CC7A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A65; }
p { color: rgb(204,122,101); }
H1.HeaderClassName
{
color: #CC7A65;
}
.AnyTagClassName
{
color: #CC7A65;
}
</style>
background-color css
<style>
a { background-color: #CC7A65; }
a { background-color: rgb(204,122,101); }
div.DivClassName
{
background-color: #CC7A65;
}
.BgClassName
{
background-color: #CC7A65;
}
</style>
border-color css
<style>
span { border-color: #CC7A65; }
span { border-color: rgb(204,122,101); }
td.TdClassName
{
border-color: #CC7A65;
}
.TagClassName
{
border-color: #CC7A65;
}
</style>