Shades of Barberry #CFC129
Tints of Barberry #CFC129
RGB
CMYK
RGB Variations
Color information
#CFC129 (or 0xCFC129) is known color: Barberry. HEX triplet: CF, C1 and 29. RGB value is (207,193,41). Sum of RGB (Red+Green+Blue) = 207+193+41=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC129 is #303ED6. Grayscale: #B4B4B4. Windows color (decimal): -3161815 or 2736591. OLE color: 2736591.
HSL color Cylindrical-coordinate representation of color #CFC129: hue angle of 54.94º 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 #CFC129 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 41 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.19 |
| HSL | 54.94º | 0.67% | 0.49% | - |
| HSV(B) | 54.94º | 0.8% | 0.81% | - |
| XYZ | 45.2 | 51.57 | 9.67 | - |
| YUV | 179.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 41 | 0 | 0.07 | 0.80 | 0.19 | 54.94 | 0.67 | 0.49 |
| Hex | CF | C1 | 29 | 0 | 7 | 50 | 13 | 37 | 43 | 31 |
| Octal | 317 | 301 | 51 | 0 | 7 | 120 | 23 | 67 | 103 | 61 |
| Binary | 11001111 | 11000001 | 101001 | 0 | 111 | 1010000 | 10011 | 110111 | 1000011 | 110001 |
Color Harmonies of #CFC129
Complementary color
Monochromatic Colors of #CFC129
Black with #CFC129
Text Example
Text Example
White with #CFC129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC129; }
p { color: rgb(207,193,41); }
H1.HeaderClassName
{
color: #CFC129;
}
.AnyTagClassName
{
color: #CFC129;
}
</style>
background-color css
<style>
a { background-color: #CFC129; }
a { background-color: rgb(207,193,41); }
div.DivClassName
{
background-color: #CFC129;
}
.BgClassName
{
background-color: #CFC129;
}
</style>
border-color css
<style>
span { border-color: #CFC129; }
span { border-color: rgb(207,193,41); }
td.TdClassName
{
border-color: #CFC129;
}
.TagClassName
{
border-color: #CFC129;
}
</style>