Shades of Buttercup #CF9A2A
Tints of Buttercup #CF9A2A
RGB
CMYK
RGB Variations
Color information
#CF9A2A (or 0xCF9A2A) is known color: Buttercup. HEX triplet: CF, 9A and 2A. RGB value is (207,154,42). Sum of RGB (Red+Green+Blue) = 207+154+42=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9A2A is #3065D5. Grayscale: #9D9D9D. Windows color (decimal): -3171798 or 2792143. OLE color: 2792143.
HSL color Cylindrical-coordinate representation of color #CF9A2A: hue angle of 40.73º 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 #CF9A2A is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 42 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.19 |
| HSL | 40.73º | 0.66% | 0.49% | - |
| HSV(B) | 40.73º | 0.8% | 0.81% | - |
| XYZ | 37.71 | 36.54 | 7.26 | - |
| YUV | 157.08 | 63.06 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 42 | 0 | 0.26 | 0.80 | 0.19 | 40.73 | 0.66 | 0.49 |
| Hex | CF | 9A | 2A | 0 | 1A | 50 | 13 | 29 | 42 | 31 |
| Octal | 317 | 232 | 52 | 0 | 32 | 120 | 23 | 51 | 102 | 61 |
| Binary | 11001111 | 10011010 | 101010 | 0 | 11010 | 1010000 | 10011 | 101001 | 1000010 | 110001 |
Color Harmonies of #CF9A2A
Complementary color
Monochromatic Colors of #CF9A2A
Black with #CF9A2A
Text Example
Text Example
White with #CF9A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A2A; }
p { color: rgb(207,154,42); }
H1.HeaderClassName
{
color: #CF9A2A;
}
.AnyTagClassName
{
color: #CF9A2A;
}
</style>
background-color css
<style>
a { background-color: #CF9A2A; }
a { background-color: rgb(207,154,42); }
div.DivClassName
{
background-color: #CF9A2A;
}
.BgClassName
{
background-color: #CF9A2A;
}
</style>
border-color css
<style>
span { border-color: #CF9A2A; }
span { border-color: rgb(207,154,42); }
td.TdClassName
{
border-color: #CF9A2A;
}
.TagClassName
{
border-color: #CF9A2A;
}
</style>