Shades of Barberry #CFC427
Tints of Barberry #CFC427
RGB
CMYK
RGB Variations
Color information
#CFC427 (or 0xCFC427) is known color: Barberry. HEX triplet: CF, C4 and 27. RGB value is (207,196,39). Sum of RGB (Red+Green+Blue) = 207+196+39=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC427 is #303BD8. Grayscale: #B6B6B6. Windows color (decimal): -3161049 or 2606287. OLE color: 2606287.
HSL color Cylindrical-coordinate representation of color #CFC427: hue angle of 56.07º 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 #CFC427 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 39 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.19 |
| HSL | 56.07º | 0.68% | 0.48% | - |
| HSV(B) | 56.07º | 0.81% | 0.81% | - |
| XYZ | 45.84 | 52.89 | 9.71 | - |
| YUV | 181.39 | 47.64 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 39 | 0 | 0.05 | 0.81 | 0.19 | 56.07 | 0.68 | 0.48 |
| Hex | CF | C4 | 27 | 0 | 5 | 51 | 13 | 38 | 44 | 30 |
| Octal | 317 | 304 | 47 | 0 | 5 | 121 | 23 | 70 | 104 | 60 |
| Binary | 11001111 | 11000100 | 100111 | 0 | 101 | 1010001 | 10011 | 111000 | 1000100 | 110000 |
Color Harmonies of #CFC427
Complementary color
Monochromatic Colors of #CFC427
Black with #CFC427
Text Example
Text Example
White with #CFC427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC427; }
p { color: rgb(207,196,39); }
H1.HeaderClassName
{
color: #CFC427;
}
.AnyTagClassName
{
color: #CFC427;
}
</style>
background-color css
<style>
a { background-color: #CFC427; }
a { background-color: rgb(207,196,39); }
div.DivClassName
{
background-color: #CFC427;
}
.BgClassName
{
background-color: #CFC427;
}
</style>
border-color css
<style>
span { border-color: #CFC427; }
span { border-color: rgb(207,196,39); }
td.TdClassName
{
border-color: #CFC427;
}
.TagClassName
{
border-color: #CFC427;
}
</style>