Shades of Barberry #CFC329
Tints of Barberry #CFC329
RGB
CMYK
RGB Variations
Color information
#CFC329 (or 0xCFC329) is known color: Barberry. HEX triplet: CF, C3 and 29. RGB value is (207,195,41). Sum of RGB (Red+Green+Blue) = 207+195+41=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 41 (16.41% from 255 or 9.26% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC329 is #303CD6. Grayscale: #B5B5B5. Windows color (decimal): -3161303 or 2737103. OLE color: 2737103.
HSL color Cylindrical-coordinate representation of color #CFC329: hue angle of 55.66º degrees, saturation: 0.67, 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 #CFC329 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 41 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.19 |
| HSL | 55.66º | 0.67% | 0.49% | - |
| HSV(B) | 55.66º | 0.8% | 0.81% | - |
| XYZ | 45.65 | 52.46 | 9.82 | - |
| YUV | 181.03 | 48.98 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 41 | 0 | 0.06 | 0.80 | 0.19 | 55.66 | 0.67 | 0.49 |
| Hex | CF | C3 | 29 | 0 | 6 | 50 | 13 | 38 | 43 | 31 |
| Octal | 317 | 303 | 51 | 0 | 6 | 120 | 23 | 70 | 103 | 61 |
| Binary | 11001111 | 11000011 | 101001 | 0 | 110 | 1010000 | 10011 | 111000 | 1000011 | 110001 |
Color Harmonies of #CFC329
Complementary color
Monochromatic Colors of #CFC329
Black with #CFC329
Text Example
Text Example
White with #CFC329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC329; }
p { color: rgb(207,195,41); }
H1.HeaderClassName
{
color: #CFC329;
}
.AnyTagClassName
{
color: #CFC329;
}
</style>
background-color css
<style>
a { background-color: #CFC329; }
a { background-color: rgb(207,195,41); }
div.DivClassName
{
background-color: #CFC329;
}
.BgClassName
{
background-color: #CFC329;
}
</style>
border-color css
<style>
span { border-color: #CFC329; }
span { border-color: rgb(207,195,41); }
td.TdClassName
{
border-color: #CFC329;
}
.TagClassName
{
border-color: #CFC329;
}
</style>