Shades of Gold Drop #CC672E
Tints of Gold Drop #CC672E
RGB
CMYK
RGB Variations
Color information
#CC672E (or 0xCC672E) is known color: Gold Drop. HEX triplet: CC, 67 and 2E. RGB value is (204,103,46). Sum of RGB (Red+Green+Blue) = 204+103+46=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC672E is #3398D1. Grayscale: #7F7F7F. Windows color (decimal): -3381458 or 3041228. OLE color: 3041228.
HSL color Cylindrical-coordinate representation of color #CC672E: hue angle of 21.65º 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 #CC672E is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 46 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.2 |
| HSL | 21.65º | 0.63% | 0.49% | - |
| HSV(B) | 21.65º | 0.77% | 0.8% | - |
| XYZ | 30.25 | 22.74 | 5.38 | - |
| YUV | 126.7 | 82.46 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 46 | 0 | 0.50 | 0.77 | 0.2 | 21.65 | 0.63 | 0.49 |
| Hex | CC | 67 | 2E | 0 | 32 | 4D | 14 | 16 | 3F | 31 |
| Octal | 314 | 147 | 56 | 0 | 62 | 115 | 24 | 26 | 77 | 61 |
| Binary | 11001100 | 1100111 | 101110 | 0 | 110010 | 1001101 | 10100 | 10110 | 111111 | 110001 |
Color Harmonies of #CC672E
Complementary color
Monochromatic Colors of #CC672E
Black with #CC672E
Text Example
Text Example
White with #CC672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC672E; }
p { color: rgb(204,103,46); }
H1.HeaderClassName
{
color: #CC672E;
}
.AnyTagClassName
{
color: #CC672E;
}
</style>
background-color css
<style>
a { background-color: #CC672E; }
a { background-color: rgb(204,103,46); }
div.DivClassName
{
background-color: #CC672E;
}
.BgClassName
{
background-color: #CC672E;
}
</style>
border-color css
<style>
span { border-color: #CC672E; }
span { border-color: rgb(204,103,46); }
td.TdClassName
{
border-color: #CC672E;
}
.TagClassName
{
border-color: #CC672E;
}
</style>