Shades of Gold Drop #CC6A2A
Tints of Gold Drop #CC6A2A
RGB
CMYK
RGB Variations
Color information
#CC6A2A (or 0xCC6A2A) is known color: Gold Drop. HEX triplet: CC, 6A and 2A. RGB value is (204,106,42). Sum of RGB (Red+Green+Blue) = 204+106+42=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A2A is #3395D5. Grayscale: #808080. Windows color (decimal): -3380694 or 2779852. OLE color: 2779852.
HSL color Cylindrical-coordinate representation of color #CC6A2A: hue angle of 23.7º 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 #CC6A2A is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 42 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.2 |
| HSL | 23.7º | 0.66% | 0.48% | - |
| HSV(B) | 23.7º | 0.79% | 0.8% | - |
| XYZ | 30.47 | 23.31 | 5.08 | - |
| YUV | 128.01 | 79.47 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 42 | 0 | 0.48 | 0.79 | 0.2 | 23.7 | 0.66 | 0.48 |
| Hex | CC | 6A | 2A | 0 | 30 | 4F | 14 | 18 | 42 | 30 |
| Octal | 314 | 152 | 52 | 0 | 60 | 117 | 24 | 30 | 102 | 60 |
| Binary | 11001100 | 1101010 | 101010 | 0 | 110000 | 1001111 | 10100 | 11000 | 1000010 | 110000 |
Color Harmonies of #CC6A2A
Complementary color
Monochromatic Colors of #CC6A2A
Black with #CC6A2A
Text Example
Text Example
White with #CC6A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A2A; }
p { color: rgb(204,106,42); }
H1.HeaderClassName
{
color: #CC6A2A;
}
.AnyTagClassName
{
color: #CC6A2A;
}
</style>
background-color css
<style>
a { background-color: #CC6A2A; }
a { background-color: rgb(204,106,42); }
div.DivClassName
{
background-color: #CC6A2A;
}
.BgClassName
{
background-color: #CC6A2A;
}
</style>
border-color css
<style>
span { border-color: #CC6A2A; }
span { border-color: rgb(204,106,42); }
td.TdClassName
{
border-color: #CC6A2A;
}
.TagClassName
{
border-color: #CC6A2A;
}
</style>