Shades of Barberry #CBC51F
Tints of Barberry #CBC51F
RGB
CMYK
RGB Variations
Color information
#CBC51F (or 0xCBC51F) is known color: Barberry. HEX triplet: CB, C5 and 1F. RGB value is (203,197,31). Sum of RGB (Red+Green+Blue) = 203+197+31=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC51F is #343AE0. Grayscale: #B4B4B4. Windows color (decimal): -3422945 or 2082251. OLE color: 2082251.
HSL color Cylindrical-coordinate representation of color #CBC51F: hue angle of 57.91º 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 #CBC51F is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 31 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.20 |
| HSL | 57.91º | 0.74% | 0.46% | - |
| HSV(B) | 57.91º | 0.85% | 0.8% | - |
| XYZ | 44.84 | 52.73 | 9.11 | - |
| YUV | 179.87 | 43.99 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 31 | 0 | 0.03 | 0.85 | 0.20 | 57.91 | 0.74 | 0.46 |
| Hex | CB | C5 | 1F | 0 | 3 | 55 | 14 | 3A | 4A | 2E |
| Octal | 313 | 305 | 37 | 0 | 3 | 125 | 24 | 72 | 112 | 56 |
| Binary | 11001011 | 11000101 | 11111 | 0 | 11 | 1010101 | 10100 | 111010 | 1001010 | 101110 |
Color Harmonies of #CBC51F
Complementary color
Monochromatic Colors of #CBC51F
Black with #CBC51F
Text Example
Text Example
White with #CBC51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC51F; }
p { color: rgb(203,197,31); }
H1.HeaderClassName
{
color: #CBC51F;
}
.AnyTagClassName
{
color: #CBC51F;
}
</style>
background-color css
<style>
a { background-color: #CBC51F; }
a { background-color: rgb(203,197,31); }
div.DivClassName
{
background-color: #CBC51F;
}
.BgClassName
{
background-color: #CBC51F;
}
</style>
border-color css
<style>
span { border-color: #CBC51F; }
span { border-color: rgb(203,197,31); }
td.TdClassName
{
border-color: #CBC51F;
}
.TagClassName
{
border-color: #CBC51F;
}
</style>