Shades of Barberry #CBC61F
Tints of Barberry #CBC61F
RGB
CMYK
RGB Variations
Color information
#CBC61F (or 0xCBC61F) is known color: Barberry. HEX triplet: CB, C6 and 1F. RGB value is (203,198,31). Sum of RGB (Red+Green+Blue) = 203+198+31=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC61F is #3439E0. Grayscale: #B5B5B5. Windows color (decimal): -3422689 or 2082507. OLE color: 2082507.
HSL color Cylindrical-coordinate representation of color #CBC61F: hue angle of 58.26º 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 #CBC61F is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 31 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.20 |
| HSL | 58.26º | 0.74% | 0.46% | - |
| HSV(B) | 58.26º | 0.85% | 0.8% | - |
| XYZ | 45.07 | 53.18 | 9.19 | - |
| YUV | 180.46 | 43.66 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 31 | 0 | 0.02 | 0.85 | 0.20 | 58.26 | 0.74 | 0.46 |
| Hex | CB | C6 | 1F | 0 | 2 | 55 | 14 | 3A | 4A | 2E |
| Octal | 313 | 306 | 37 | 0 | 2 | 125 | 24 | 72 | 112 | 56 |
| Binary | 11001011 | 11000110 | 11111 | 0 | 10 | 1010101 | 10100 | 111010 | 1001010 | 101110 |
Color Harmonies of #CBC61F
Complementary color
Monochromatic Colors of #CBC61F
Black with #CBC61F
Text Example
Text Example
White with #CBC61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC61F; }
p { color: rgb(203,198,31); }
H1.HeaderClassName
{
color: #CBC61F;
}
.AnyTagClassName
{
color: #CBC61F;
}
</style>
background-color css
<style>
a { background-color: #CBC61F; }
a { background-color: rgb(203,198,31); }
div.DivClassName
{
background-color: #CBC61F;
}
.BgClassName
{
background-color: #CBC61F;
}
</style>
border-color css
<style>
span { border-color: #CBC61F; }
span { border-color: rgb(203,198,31); }
td.TdClassName
{
border-color: #CBC61F;
}
.TagClassName
{
border-color: #CBC61F;
}
</style>