Shades of Gold Drop #CF652A
Tints of Gold Drop #CF652A
RGB
CMYK
RGB Variations
Color information
#CF652A (or 0xCF652A) is known color: Gold Drop. HEX triplet: CF, 65 and 2A. RGB value is (207,101,42). Sum of RGB (Red+Green+Blue) = 207+101+42=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF652A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF652A is #309AD5. Grayscale: #7E7E7E. Windows color (decimal): -3185366 or 2778575. OLE color: 2778575.
HSL color Cylindrical-coordinate representation of color #CF652A: hue angle of 21.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF652A is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 42 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.19 |
| HSL | 21.45º | 0.66% | 0.49% | - |
| HSV(B) | 21.45º | 0.8% | 0.81% | - |
| XYZ | 30.8 | 22.74 | 4.96 | - |
| YUV | 125.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 42 | 0 | 0.51 | 0.80 | 0.19 | 21.45 | 0.66 | 0.49 |
| Hex | CF | 65 | 2A | 0 | 33 | 50 | 13 | 15 | 42 | 31 |
| Octal | 317 | 145 | 52 | 0 | 63 | 120 | 23 | 25 | 102 | 61 |
| Binary | 11001111 | 1100101 | 101010 | 0 | 110011 | 1010000 | 10011 | 10101 | 1000010 | 110001 |
Color Harmonies of #CF652A
Complementary color
Monochromatic Colors of #CF652A
Black with #CF652A
Text Example
Text Example
White with #CF652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF652A; }
p { color: rgb(207,101,42); }
H1.HeaderClassName
{
color: #CF652A;
}
.AnyTagClassName
{
color: #CF652A;
}
</style>
background-color css
<style>
a { background-color: #CF652A; }
a { background-color: rgb(207,101,42); }
div.DivClassName
{
background-color: #CF652A;
}
.BgClassName
{
background-color: #CF652A;
}
</style>
border-color css
<style>
span { border-color: #CF652A; }
span { border-color: rgb(207,101,42); }
td.TdClassName
{
border-color: #CF652A;
}
.TagClassName
{
border-color: #CF652A;
}
</style>