Shades of Barberry #CBC926
Tints of Barberry #CBC926
RGB
CMYK
RGB Variations
Color information
#CBC926 (or 0xCBC926) is known color: Barberry. HEX triplet: CB, C9 and 26. RGB value is (203,201,38). Sum of RGB (Red+Green+Blue) = 203+201+38=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 38 (15.23% from 255 or 8.60% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC926 is #3436D9. Grayscale: #B7B7B7. Windows color (decimal): -3421914 or 2542027. OLE color: 2542027.
HSL color Cylindrical-coordinate representation of color #CBC926: 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 #CBC926 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 38 | - |
| 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.87 | 54.61 | 9.96 | - |
| YUV | 183.02 | 46.16 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 38 | 0 | 0.01 | 0.81 | 0.20 | 59.27 | 0.68 | 0.47 |
| Hex | CB | C9 | 26 | 0 | 1 | 51 | 14 | 3B | 44 | 2F |
| Octal | 313 | 311 | 46 | 0 | 1 | 121 | 24 | 73 | 104 | 57 |
| Binary | 11001011 | 11001001 | 100110 | 0 | 1 | 1010001 | 10100 | 111011 | 1000100 | 101111 |
Color Harmonies of #CBC926
Complementary color
Monochromatic Colors of #CBC926
Black with #CBC926
Text Example
Text Example
White with #CBC926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC926; }
p { color: rgb(203,201,38); }
H1.HeaderClassName
{
color: #CBC926;
}
.AnyTagClassName
{
color: #CBC926;
}
</style>
background-color css
<style>
a { background-color: #CBC926; }
a { background-color: rgb(203,201,38); }
div.DivClassName
{
background-color: #CBC926;
}
.BgClassName
{
background-color: #CBC926;
}
</style>
border-color css
<style>
span { border-color: #CBC926; }
span { border-color: rgb(203,201,38); }
td.TdClassName
{
border-color: #CBC926;
}
.TagClassName
{
border-color: #CBC926;
}
</style>