Shades of Barberry #CBC81B
Tints of Barberry #CBC81B
RGB
CMYK
RGB Variations
Color information
#CBC81B (or 0xCBC81B) is known color: Barberry. HEX triplet: CB, C8 and 1B. RGB value is (203,200,27). Sum of RGB (Red+Green+Blue) = 203+200+27=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC81B is #3437E4. Grayscale: #B5B5B5. Windows color (decimal): -3422181 or 1820875. OLE color: 1820875.
HSL color Cylindrical-coordinate representation of color #CBC81B: hue angle of 58.98º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBC81B is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 27 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.20 |
| HSL | 58.98º | 0.77% | 0.45% | - |
| HSV(B) | 58.98º | 0.87% | 0.8% | - |
| XYZ | 45.48 | 54.08 | 9.08 | - |
| YUV | 181.18 | 40.99 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 27 | 0 | 0.01 | 0.87 | 0.20 | 58.98 | 0.77 | 0.45 |
| Hex | CB | C8 | 1B | 0 | 1 | 57 | 14 | 3B | 4D | 2D |
| Octal | 313 | 310 | 33 | 0 | 1 | 127 | 24 | 73 | 115 | 55 |
| Binary | 11001011 | 11001000 | 11011 | 0 | 1 | 1010111 | 10100 | 111011 | 1001101 | 101101 |
Color Harmonies of #CBC81B
Complementary color
Monochromatic Colors of #CBC81B
Black with #CBC81B
Text Example
Text Example
White with #CBC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC81B; }
p { color: rgb(203,200,27); }
H1.HeaderClassName
{
color: #CBC81B;
}
.AnyTagClassName
{
color: #CBC81B;
}
</style>
background-color css
<style>
a { background-color: #CBC81B; }
a { background-color: rgb(203,200,27); }
div.DivClassName
{
background-color: #CBC81B;
}
.BgClassName
{
background-color: #CBC81B;
}
</style>
border-color css
<style>
span { border-color: #CBC81B; }
span { border-color: rgb(203,200,27); }
td.TdClassName
{
border-color: #CBC81B;
}
.TagClassName
{
border-color: #CBC81B;
}
</style>