Shades of Barberry #CBC81C
Tints of Barberry #CBC81C
RGB
CMYK
RGB Variations
Color information
#CBC81C (or 0xCBC81C) is known color: Barberry. HEX triplet: CB, C8 and 1C. RGB value is (203,200,28). Sum of RGB (Red+Green+Blue) = 203+200+28=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC81C is #3437E3. Grayscale: #B5B5B5. Windows color (decimal): -3422180 or 1886411. OLE color: 1886411.
HSL color Cylindrical-coordinate representation of color #CBC81C: hue angle of 58.97º 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 #CBC81C is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 28 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.20 |
| HSL | 58.97º | 0.76% | 0.45% | - |
| HSV(B) | 58.97º | 0.86% | 0.8% | - |
| XYZ | 45.49 | 54.09 | 9.14 | - |
| YUV | 181.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 28 | 0 | 0.01 | 0.86 | 0.20 | 58.97 | 0.76 | 0.45 |
| Hex | CB | C8 | 1C | 0 | 1 | 56 | 14 | 3B | 4C | 2D |
| Octal | 313 | 310 | 34 | 0 | 1 | 126 | 24 | 73 | 114 | 55 |
| Binary | 11001011 | 11001000 | 11100 | 0 | 1 | 1010110 | 10100 | 111011 | 1001100 | 101101 |
Color Harmonies of #CBC81C
Complementary color
Monochromatic Colors of #CBC81C
Black with #CBC81C
Text Example
Text Example
White with #CBC81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC81C; }
p { color: rgb(203,200,28); }
H1.HeaderClassName
{
color: #CBC81C;
}
.AnyTagClassName
{
color: #CBC81C;
}
</style>
background-color css
<style>
a { background-color: #CBC81C; }
a { background-color: rgb(203,200,28); }
div.DivClassName
{
background-color: #CBC81C;
}
.BgClassName
{
background-color: #CBC81C;
}
</style>
border-color css
<style>
span { border-color: #CBC81C; }
span { border-color: rgb(203,200,28); }
td.TdClassName
{
border-color: #CBC81C;
}
.TagClassName
{
border-color: #CBC81C;
}
</style>