Shades of Barberry #CBC91C
Tints of Barberry #CBC91C
RGB
CMYK
RGB Variations
Color information
#CBC91C (or 0xCBC91C) is known color: Barberry. HEX triplet: CB, C9 and 1C. RGB value is (203,201,28). Sum of RGB (Red+Green+Blue) = 203+201+28=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC91C is #3436E3. Grayscale: #B6B6B6. Windows color (decimal): -3421924 or 1886667. OLE color: 1886667.
HSL color Cylindrical-coordinate representation of color #CBC91C: hue angle of 59.31º 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 #CBC91C is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 28 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.20 |
| HSL | 59.31º | 0.76% | 0.45% | - |
| HSV(B) | 59.31º | 0.86% | 0.8% | - |
| XYZ | 45.72 | 54.55 | 9.22 | - |
| YUV | 181.88 | 41.16 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 28 | 0 | 0.01 | 0.86 | 0.20 | 59.31 | 0.76 | 0.45 |
| Hex | CB | C9 | 1C | 0 | 1 | 56 | 14 | 3B | 4C | 2D |
| Octal | 313 | 311 | 34 | 0 | 1 | 126 | 24 | 73 | 114 | 55 |
| Binary | 11001011 | 11001001 | 11100 | 0 | 1 | 1010110 | 10100 | 111011 | 1001100 | 101101 |
Color Harmonies of #CBC91C
Complementary color
Monochromatic Colors of #CBC91C
Black with #CBC91C
Text Example
Text Example
White with #CBC91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC91C; }
p { color: rgb(203,201,28); }
H1.HeaderClassName
{
color: #CBC91C;
}
.AnyTagClassName
{
color: #CBC91C;
}
</style>
background-color css
<style>
a { background-color: #CBC91C; }
a { background-color: rgb(203,201,28); }
div.DivClassName
{
background-color: #CBC91C;
}
.BgClassName
{
background-color: #CBC91C;
}
</style>
border-color css
<style>
span { border-color: #CBC91C; }
span { border-color: rgb(203,201,28); }
td.TdClassName
{
border-color: #CBC91C;
}
.TagClassName
{
border-color: #CBC91C;
}
</style>