Shades of Gold Drop #CF652D
Tints of Gold Drop #CF652D
RGB
CMYK
RGB Variations
Color information
#CF652D (or 0xCF652D) is known color: Gold Drop. HEX triplet: CF, 65 and 2D. RGB value is (207,101,45). Sum of RGB (Red+Green+Blue) = 207+101+45=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF652D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF652D is #309AD2. Grayscale: #7E7E7E. Windows color (decimal): -3185363 or 2975183. OLE color: 2975183.
HSL color Cylindrical-coordinate representation of color #CF652D: hue angle of 20.74º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF652D is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 45 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.19 |
| HSL | 20.74º | 0.64% | 0.49% | - |
| HSV(B) | 20.74º | 0.78% | 0.81% | - |
| XYZ | 30.86 | 22.76 | 5.25 | - |
| YUV | 126.31 | 82.12 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 45 | 0 | 0.51 | 0.78 | 0.19 | 20.74 | 0.64 | 0.49 |
| Hex | CF | 65 | 2D | 0 | 33 | 4E | 13 | 15 | 40 | 31 |
| Octal | 317 | 145 | 55 | 0 | 63 | 116 | 23 | 25 | 100 | 61 |
| Binary | 11001111 | 1100101 | 101101 | 0 | 110011 | 1001110 | 10011 | 10101 | 1000000 | 110001 |
Color Harmonies of #CF652D
Complementary color
Monochromatic Colors of #CF652D
Black with #CF652D
Text Example
Text Example
White with #CF652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF652D; }
p { color: rgb(207,101,45); }
H1.HeaderClassName
{
color: #CF652D;
}
.AnyTagClassName
{
color: #CF652D;
}
</style>
background-color css
<style>
a { background-color: #CF652D; }
a { background-color: rgb(207,101,45); }
div.DivClassName
{
background-color: #CF652D;
}
.BgClassName
{
background-color: #CF652D;
}
</style>
border-color css
<style>
span { border-color: #CF652D; }
span { border-color: rgb(207,101,45); }
td.TdClassName
{
border-color: #CF652D;
}
.TagClassName
{
border-color: #CF652D;
}
</style>