Shades of Barberry #CFC12B
Tints of Barberry #CFC12B
RGB
CMYK
RGB Variations
Color information
#CFC12B (or 0xCFC12B) is known color: Barberry. HEX triplet: CF, C1 and 2B. RGB value is (207,193,43). Sum of RGB (Red+Green+Blue) = 207+193+43=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 43 (17.19% from 255 or 9.71% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC12B is #303ED4. Grayscale: #B4B4B4. Windows color (decimal): -3161813 or 2867663. OLE color: 2867663.
HSL color Cylindrical-coordinate representation of color #CFC12B: hue angle of 54.88º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFC12B is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 43 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.19 |
| HSL | 54.88º | 0.66% | 0.49% | - |
| HSV(B) | 54.88º | 0.79% | 0.81% | - |
| XYZ | 45.24 | 51.58 | 9.86 | - |
| YUV | 180.09 | 50.64 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 43 | 0 | 0.07 | 0.79 | 0.19 | 54.88 | 0.66 | 0.49 |
| Hex | CF | C1 | 2B | 0 | 7 | 4F | 13 | 37 | 42 | 31 |
| Octal | 317 | 301 | 53 | 0 | 7 | 117 | 23 | 67 | 102 | 61 |
| Binary | 11001111 | 11000001 | 101011 | 0 | 111 | 1001111 | 10011 | 110111 | 1000010 | 110001 |
Color Harmonies of #CFC12B
Complementary color
Monochromatic Colors of #CFC12B
Black with #CFC12B
Text Example
Text Example
White with #CFC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC12B; }
p { color: rgb(207,193,43); }
H1.HeaderClassName
{
color: #CFC12B;
}
.AnyTagClassName
{
color: #CFC12B;
}
</style>
background-color css
<style>
a { background-color: #CFC12B; }
a { background-color: rgb(207,193,43); }
div.DivClassName
{
background-color: #CFC12B;
}
.BgClassName
{
background-color: #CFC12B;
}
</style>
border-color css
<style>
span { border-color: #CFC12B; }
span { border-color: rgb(207,193,43); }
td.TdClassName
{
border-color: #CFC12B;
}
.TagClassName
{
border-color: #CFC12B;
}
</style>