Shades of Gold Drop #CC652E
Tints of Gold Drop #CC652E
RGB
CMYK
RGB Variations
Color information
#CC652E (or 0xCC652E) is known color: Gold Drop. HEX triplet: CC, 65 and 2E. RGB value is (204,101,46). Sum of RGB (Red+Green+Blue) = 204+101+46=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC652E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC652E is #339AD1. Grayscale: #7D7D7D. Windows color (decimal): -3381970 or 3040716. OLE color: 3040716.
HSL color Cylindrical-coordinate representation of color #CC652E: hue angle of 20.89º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC652E is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 46 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.2 |
| HSL | 20.89º | 0.63% | 0.49% | - |
| HSV(B) | 20.89º | 0.77% | 0.8% | - |
| XYZ | 30.05 | 22.34 | 5.31 | - |
| YUV | 125.53 | 83.12 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 46 | 0 | 0.50 | 0.77 | 0.2 | 20.89 | 0.63 | 0.49 |
| Hex | CC | 65 | 2E | 0 | 32 | 4D | 14 | 15 | 3F | 31 |
| Octal | 314 | 145 | 56 | 0 | 62 | 115 | 24 | 25 | 77 | 61 |
| Binary | 11001100 | 1100101 | 101110 | 0 | 110010 | 1001101 | 10100 | 10101 | 111111 | 110001 |
Color Harmonies of #CC652E
Complementary color
Monochromatic Colors of #CC652E
Black with #CC652E
Text Example
Text Example
White with #CC652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC652E; }
p { color: rgb(204,101,46); }
H1.HeaderClassName
{
color: #CC652E;
}
.AnyTagClassName
{
color: #CC652E;
}
</style>
background-color css
<style>
a { background-color: #CC652E; }
a { background-color: rgb(204,101,46); }
div.DivClassName
{
background-color: #CC652E;
}
.BgClassName
{
background-color: #CC652E;
}
</style>
border-color css
<style>
span { border-color: #CC652E; }
span { border-color: rgb(204,101,46); }
td.TdClassName
{
border-color: #CC652E;
}
.TagClassName
{
border-color: #CC652E;
}
</style>