Shades of Gold Drop #CF652C
Tints of Gold Drop #CF652C
RGB
CMYK
RGB Variations
Color information
#CF652C (or 0xCF652C) is known color: Gold Drop. HEX triplet: CF, 65 and 2C. RGB value is (207,101,44). Sum of RGB (Red+Green+Blue) = 207+101+44=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF652C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF652C is #309AD3. Grayscale: #7E7E7E. Windows color (decimal): -3185364 or 2909647. OLE color: 2909647.
HSL color Cylindrical-coordinate representation of color #CF652C: hue angle of 20.98º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF652C is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 44 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.19 |
| HSL | 20.98º | 0.65% | 0.49% | - |
| HSV(B) | 20.98º | 0.79% | 0.81% | - |
| XYZ | 30.84 | 22.75 | 5.15 | - |
| YUV | 126.2 | 81.62 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 44 | 0 | 0.51 | 0.79 | 0.19 | 20.98 | 0.65 | 0.49 |
| Hex | CF | 65 | 2C | 0 | 33 | 4F | 13 | 15 | 41 | 31 |
| Octal | 317 | 145 | 54 | 0 | 63 | 117 | 23 | 25 | 101 | 61 |
| Binary | 11001111 | 1100101 | 101100 | 0 | 110011 | 1001111 | 10011 | 10101 | 1000001 | 110001 |
Color Harmonies of #CF652C
Complementary color
Monochromatic Colors of #CF652C
Black with #CF652C
Text Example
Text Example
White with #CF652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF652C; }
p { color: rgb(207,101,44); }
H1.HeaderClassName
{
color: #CF652C;
}
.AnyTagClassName
{
color: #CF652C;
}
</style>
background-color css
<style>
a { background-color: #CF652C; }
a { background-color: rgb(207,101,44); }
div.DivClassName
{
background-color: #CF652C;
}
.BgClassName
{
background-color: #CF652C;
}
</style>
border-color css
<style>
span { border-color: #CF652C; }
span { border-color: rgb(207,101,44); }
td.TdClassName
{
border-color: #CF652C;
}
.TagClassName
{
border-color: #CF652C;
}
</style>