Shades of Gold Drop #CC652A
Tints of Gold Drop #CC652A
RGB
CMYK
RGB Variations
Color information
#CC652A (or 0xCC652A) is known color: Gold Drop. HEX triplet: CC, 65 and 2A. RGB value is (204,101,42). Sum of RGB (Red+Green+Blue) = 204+101+42=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC652A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC652A is #339AD5. Grayscale: #7D7D7D. Windows color (decimal): -3381974 or 2778572. OLE color: 2778572.
HSL color Cylindrical-coordinate representation of color #CC652A: hue angle of 21.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC652A is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 42 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.2 |
| HSL | 21.85º | 0.66% | 0.48% | - |
| HSV(B) | 21.85º | 0.79% | 0.8% | - |
| XYZ | 29.97 | 22.31 | 4.92 | - |
| YUV | 125.07 | 81.12 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 42 | 0 | 0.50 | 0.79 | 0.2 | 21.85 | 0.66 | 0.48 |
| Hex | CC | 65 | 2A | 0 | 32 | 4F | 14 | 16 | 42 | 30 |
| Octal | 314 | 145 | 52 | 0 | 62 | 117 | 24 | 26 | 102 | 60 |
| Binary | 11001100 | 1100101 | 101010 | 0 | 110010 | 1001111 | 10100 | 10110 | 1000010 | 110000 |
Color Harmonies of #CC652A
Complementary color
Monochromatic Colors of #CC652A
Black with #CC652A
Text Example
Text Example
White with #CC652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC652A; }
p { color: rgb(204,101,42); }
H1.HeaderClassName
{
color: #CC652A;
}
.AnyTagClassName
{
color: #CC652A;
}
</style>
background-color css
<style>
a { background-color: #CC652A; }
a { background-color: rgb(204,101,42); }
div.DivClassName
{
background-color: #CC652A;
}
.BgClassName
{
background-color: #CC652A;
}
</style>
border-color css
<style>
span { border-color: #CC652A; }
span { border-color: rgb(204,101,42); }
td.TdClassName
{
border-color: #CC652A;
}
.TagClassName
{
border-color: #CC652A;
}
</style>