Shades of Barberry #CFC327
Tints of Barberry #CFC327
RGB
CMYK
RGB Variations
Color information
#CFC327 (or 0xCFC327) is known color: Barberry. HEX triplet: CF, C3 and 27. RGB value is (207,195,39). Sum of RGB (Red+Green+Blue) = 207+195+39=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC327 is #303CD8. Grayscale: #B5B5B5. Windows color (decimal): -3161305 or 2606031. OLE color: 2606031.
HSL color Cylindrical-coordinate representation of color #CFC327: hue angle of 55.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFC327 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 39 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.19 |
| HSL | 55.71º | 0.68% | 0.48% | - |
| HSV(B) | 55.71º | 0.81% | 0.81% | - |
| XYZ | 45.61 | 52.44 | 9.64 | - |
| YUV | 180.8 | 47.98 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 39 | 0 | 0.06 | 0.81 | 0.19 | 55.71 | 0.68 | 0.48 |
| Hex | CF | C3 | 27 | 0 | 6 | 51 | 13 | 38 | 44 | 30 |
| Octal | 317 | 303 | 47 | 0 | 6 | 121 | 23 | 70 | 104 | 60 |
| Binary | 11001111 | 11000011 | 100111 | 0 | 110 | 1010001 | 10011 | 111000 | 1000100 | 110000 |
Color Harmonies of #CFC327
Complementary color
Monochromatic Colors of #CFC327
Black with #CFC327
Text Example
Text Example
White with #CFC327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC327; }
p { color: rgb(207,195,39); }
H1.HeaderClassName
{
color: #CFC327;
}
.AnyTagClassName
{
color: #CFC327;
}
</style>
background-color css
<style>
a { background-color: #CFC327; }
a { background-color: rgb(207,195,39); }
div.DivClassName
{
background-color: #CFC327;
}
.BgClassName
{
background-color: #CFC327;
}
</style>
border-color css
<style>
span { border-color: #CFC327; }
span { border-color: rgb(207,195,39); }
td.TdClassName
{
border-color: #CFC327;
}
.TagClassName
{
border-color: #CFC327;
}
</style>