Shades of Barberry #CBC919
Tints of Barberry #CBC919
RGB
CMYK
RGB Variations
Color information
#CBC919 (or 0xCBC919) is known color: Barberry. HEX triplet: CB, C9 and 19. RGB value is (203,201,25). Sum of RGB (Red+Green+Blue) = 203+201+25=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC919 is #3436E6. Grayscale: #B6B6B6. Windows color (decimal): -3421927 or 1690059. OLE color: 1690059.
HSL color Cylindrical-coordinate representation of color #CBC919: hue angle of 59.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBC919 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 25 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.20 |
| HSL | 59.33º | 0.78% | 0.45% | - |
| HSV(B) | 59.33º | 0.88% | 0.8% | - |
| XYZ | 45.69 | 54.54 | 9.04 | - |
| YUV | 181.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 25 | 0 | 0.01 | 0.88 | 0.20 | 59.33 | 0.78 | 0.45 |
| Hex | CB | C9 | 19 | 0 | 1 | 58 | 14 | 3B | 4E | 2D |
| Octal | 313 | 311 | 31 | 0 | 1 | 130 | 24 | 73 | 116 | 55 |
| Binary | 11001011 | 11001001 | 11001 | 0 | 1 | 1011000 | 10100 | 111011 | 1001110 | 101101 |
Color Harmonies of #CBC919
Complementary color
Monochromatic Colors of #CBC919
Black with #CBC919
Text Example
Text Example
White with #CBC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC919; }
p { color: rgb(203,201,25); }
H1.HeaderClassName
{
color: #CBC919;
}
.AnyTagClassName
{
color: #CBC919;
}
</style>
background-color css
<style>
a { background-color: #CBC919; }
a { background-color: rgb(203,201,25); }
div.DivClassName
{
background-color: #CBC919;
}
.BgClassName
{
background-color: #CBC919;
}
</style>
border-color css
<style>
span { border-color: #CBC919; }
span { border-color: rgb(203,201,25); }
td.TdClassName
{
border-color: #CBC919;
}
.TagClassName
{
border-color: #CBC919;
}
</style>