Shades of Barberry #CBC61C
Tints of Barberry #CBC61C
RGB
CMYK
RGB Variations
Color information
#CBC61C (or 0xCBC61C) is known color: Barberry. HEX triplet: CB, C6 and 1C. RGB value is (203,198,28). Sum of RGB (Red+Green+Blue) = 203+198+28=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC61C is #3439E3. Grayscale: #B4B4B4. Windows color (decimal): -3422692 or 1885899. OLE color: 1885899.
HSL color Cylindrical-coordinate representation of color #CBC61C: hue angle of 58.29º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBC61C is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 28 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.20 |
| HSL | 58.29º | 0.76% | 0.45% | - |
| HSV(B) | 58.29º | 0.86% | 0.8% | - |
| XYZ | 45.03 | 53.17 | 8.99 | - |
| YUV | 180.12 | 42.16 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 28 | 0 | 0.02 | 0.86 | 0.20 | 58.29 | 0.76 | 0.45 |
| Hex | CB | C6 | 1C | 0 | 2 | 56 | 14 | 3A | 4C | 2D |
| Octal | 313 | 306 | 34 | 0 | 2 | 126 | 24 | 72 | 114 | 55 |
| Binary | 11001011 | 11000110 | 11100 | 0 | 10 | 1010110 | 10100 | 111010 | 1001100 | 101101 |
Color Harmonies of #CBC61C
Complementary color
Monochromatic Colors of #CBC61C
Black with #CBC61C
Text Example
Text Example
White with #CBC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC61C; }
p { color: rgb(203,198,28); }
H1.HeaderClassName
{
color: #CBC61C;
}
.AnyTagClassName
{
color: #CBC61C;
}
</style>
background-color css
<style>
a { background-color: #CBC61C; }
a { background-color: rgb(203,198,28); }
div.DivClassName
{
background-color: #CBC61C;
}
.BgClassName
{
background-color: #CBC61C;
}
</style>
border-color css
<style>
span { border-color: #CBC61C; }
span { border-color: rgb(203,198,28); }
td.TdClassName
{
border-color: #CBC61C;
}
.TagClassName
{
border-color: #CBC61C;
}
</style>