Shades of Gold Drop #CC692C
Tints of Gold Drop #CC692C
RGB
CMYK
RGB Variations
Color information
#CC692C (or 0xCC692C) is known color: Gold Drop. HEX triplet: CC, 69 and 2C. RGB value is (204,105,44). Sum of RGB (Red+Green+Blue) = 204+105+44=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC692C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC692C is #3396D3. Grayscale: #7F7F7F. Windows color (decimal): -3380948 or 2910668. OLE color: 2910668.
HSL color Cylindrical-coordinate representation of color #CC692C: hue angle of 22.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC692C is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 44 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.2 |
| HSL | 22.88º | 0.65% | 0.49% | - |
| HSV(B) | 22.88º | 0.78% | 0.8% | - |
| XYZ | 30.41 | 23.12 | 5.24 | - |
| YUV | 127.65 | 80.8 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 44 | 0 | 0.49 | 0.78 | 0.2 | 22.88 | 0.65 | 0.49 |
| Hex | CC | 69 | 2C | 0 | 31 | 4E | 14 | 17 | 41 | 31 |
| Octal | 314 | 151 | 54 | 0 | 61 | 116 | 24 | 27 | 101 | 61 |
| Binary | 11001100 | 1101001 | 101100 | 0 | 110001 | 1001110 | 10100 | 10111 | 1000001 | 110001 |
Color Harmonies of #CC692C
Complementary color
Monochromatic Colors of #CC692C
Black with #CC692C
Text Example
Text Example
White with #CC692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC692C; }
p { color: rgb(204,105,44); }
H1.HeaderClassName
{
color: #CC692C;
}
.AnyTagClassName
{
color: #CC692C;
}
</style>
background-color css
<style>
a { background-color: #CC692C; }
a { background-color: rgb(204,105,44); }
div.DivClassName
{
background-color: #CC692C;
}
.BgClassName
{
background-color: #CC692C;
}
</style>
border-color css
<style>
span { border-color: #CC692C; }
span { border-color: rgb(204,105,44); }
td.TdClassName
{
border-color: #CC692C;
}
.TagClassName
{
border-color: #CC692C;
}
</style>