Shades of Barberry #CBC91F
Tints of Barberry #CBC91F
RGB
CMYK
RGB Variations
Color information
#CBC91F (or 0xCBC91F) is known color: Barberry. HEX triplet: CB, C9 and 1F. RGB value is (203,201,31). Sum of RGB (Red+Green+Blue) = 203+201+31=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC91F is #3436E0. Grayscale: #B6B6B6. Windows color (decimal): -3421921 or 2083275. OLE color: 2083275.
HSL color Cylindrical-coordinate representation of color #CBC91F: hue angle of 59.3º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBC91F is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 31 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.20 |
| HSL | 59.3º | 0.74% | 0.46% | - |
| HSV(B) | 59.3º | 0.85% | 0.8% | - |
| XYZ | 45.76 | 54.57 | 9.42 | - |
| YUV | 182.22 | 42.66 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 31 | 0 | 0.01 | 0.85 | 0.20 | 59.3 | 0.74 | 0.46 |
| Hex | CB | C9 | 1F | 0 | 1 | 55 | 14 | 3B | 4A | 2E |
| Octal | 313 | 311 | 37 | 0 | 1 | 125 | 24 | 73 | 112 | 56 |
| Binary | 11001011 | 11001001 | 11111 | 0 | 1 | 1010101 | 10100 | 111011 | 1001010 | 101110 |
Color Harmonies of #CBC91F
Complementary color
Monochromatic Colors of #CBC91F
Black with #CBC91F
Text Example
Text Example
White with #CBC91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC91F; }
p { color: rgb(203,201,31); }
H1.HeaderClassName
{
color: #CBC91F;
}
.AnyTagClassName
{
color: #CBC91F;
}
</style>
background-color css
<style>
a { background-color: #CBC91F; }
a { background-color: rgb(203,201,31); }
div.DivClassName
{
background-color: #CBC91F;
}
.BgClassName
{
background-color: #CBC91F;
}
</style>
border-color css
<style>
span { border-color: #CBC91F; }
span { border-color: rgb(203,201,31); }
td.TdClassName
{
border-color: #CBC91F;
}
.TagClassName
{
border-color: #CBC91F;
}
</style>