Shades of Barberry #CBC927
Tints of Barberry #CBC927
RGB
CMYK
RGB Variations
Color information
#CBC927 (or 0xCBC927) is known color: Barberry. HEX triplet: CB, C9 and 27. RGB value is (203,201,39). Sum of RGB (Red+Green+Blue) = 203+201+39=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC927 is #3436D8. Grayscale: #B7B7B7. Windows color (decimal): -3421913 or 2607563. OLE color: 2607563.
HSL color Cylindrical-coordinate representation of color #CBC927: hue angle of 59.27º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBC927 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 39 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.20 |
| HSL | 59.27º | 0.68% | 0.47% | - |
| HSV(B) | 59.27º | 0.81% | 0.8% | - |
| XYZ | 45.88 | 54.62 | 10.04 | - |
| YUV | 183.13 | 46.66 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 39 | 0 | 0.01 | 0.81 | 0.20 | 59.27 | 0.68 | 0.47 |
| Hex | CB | C9 | 27 | 0 | 1 | 51 | 14 | 3B | 44 | 2F |
| Octal | 313 | 311 | 47 | 0 | 1 | 121 | 24 | 73 | 104 | 57 |
| Binary | 11001011 | 11001001 | 100111 | 0 | 1 | 1010001 | 10100 | 111011 | 1000100 | 101111 |
Color Harmonies of #CBC927
Complementary color
Monochromatic Colors of #CBC927
Black with #CBC927
Text Example
Text Example
White with #CBC927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC927; }
p { color: rgb(203,201,39); }
H1.HeaderClassName
{
color: #CBC927;
}
.AnyTagClassName
{
color: #CBC927;
}
</style>
background-color css
<style>
a { background-color: #CBC927; }
a { background-color: rgb(203,201,39); }
div.DivClassName
{
background-color: #CBC927;
}
.BgClassName
{
background-color: #CBC927;
}
</style>
border-color css
<style>
span { border-color: #CBC927; }
span { border-color: rgb(203,201,39); }
td.TdClassName
{
border-color: #CBC927;
}
.TagClassName
{
border-color: #CBC927;
}
</style>