Shades of Barberry #CFC32E
Tints of Barberry #CFC32E
RGB
CMYK
RGB Variations
Color information
#CFC32E (or 0xCFC32E) is known color: Barberry. HEX triplet: CF, C3 and 2E. RGB value is (207,195,46). Sum of RGB (Red+Green+Blue) = 207+195+46=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 46 (18.36% from 255 or 10.27% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC32E is #303CD1. Grayscale: #B6B6B6. Windows color (decimal): -3161298 or 3064783. OLE color: 3064783.
HSL color Cylindrical-coordinate representation of color #CFC32E: hue angle of 55.53º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFC32E is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 46 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.19 |
| HSL | 55.53º | 0.64% | 0.5% | - |
| HSV(B) | 55.53º | 0.78% | 0.81% | - |
| XYZ | 45.74 | 52.49 | 10.31 | - |
| YUV | 181.6 | 51.48 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 46 | 0 | 0.06 | 0.78 | 0.19 | 55.53 | 0.64 | 0.5 |
| Hex | CF | C3 | 2E | 0 | 6 | 4E | 13 | 38 | 40 | 32 |
| Octal | 317 | 303 | 56 | 0 | 6 | 116 | 23 | 70 | 100 | 62 |
| Binary | 11001111 | 11000011 | 101110 | 0 | 110 | 1001110 | 10011 | 111000 | 1000000 | 110010 |
Color Harmonies of #CFC32E
Complementary color
Monochromatic Colors of #CFC32E
Black with #CFC32E
Text Example
Text Example
White with #CFC32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC32E; }
p { color: rgb(207,195,46); }
H1.HeaderClassName
{
color: #CFC32E;
}
.AnyTagClassName
{
color: #CFC32E;
}
</style>
background-color css
<style>
a { background-color: #CFC32E; }
a { background-color: rgb(207,195,46); }
div.DivClassName
{
background-color: #CFC32E;
}
.BgClassName
{
background-color: #CFC32E;
}
</style>
border-color css
<style>
span { border-color: #CFC32E; }
span { border-color: rgb(207,195,46); }
td.TdClassName
{
border-color: #CFC32E;
}
.TagClassName
{
border-color: #CFC32E;
}
</style>