Shades of Barberry #CBC92F
Tints of Barberry #CBC92F
RGB
CMYK
RGB Variations
Color information
#CBC92F (or 0xCBC92F) is known color: Barberry. HEX triplet: CB, C9 and 2F. RGB value is (203,201,47). Sum of RGB (Red+Green+Blue) = 203+201+47=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC92F is #3436D0. Grayscale: #B8B8B8. Windows color (decimal): -3421905 or 3131851. OLE color: 3131851.
HSL color Cylindrical-coordinate representation of color #CBC92F: hue angle of 59.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBC92F is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 47 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.20 |
| HSL | 59.23º | 0.62% | 0.49% | - |
| HSV(B) | 59.23º | 0.77% | 0.8% | - |
| XYZ | 46.03 | 54.68 | 10.82 | - |
| YUV | 184.04 | 50.66 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 47 | 0 | 0.01 | 0.77 | 0.20 | 59.23 | 0.62 | 0.49 |
| Hex | CB | C9 | 2F | 0 | 1 | 4D | 14 | 3B | 3E | 31 |
| Octal | 313 | 311 | 57 | 0 | 1 | 115 | 24 | 73 | 76 | 61 |
| Binary | 11001011 | 11001001 | 101111 | 0 | 1 | 1001101 | 10100 | 111011 | 111110 | 110001 |
Color Harmonies of #CBC92F
Complementary color
Monochromatic Colors of #CBC92F
Black with #CBC92F
Text Example
Text Example
White with #CBC92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC92F; }
p { color: rgb(203,201,47); }
H1.HeaderClassName
{
color: #CBC92F;
}
.AnyTagClassName
{
color: #CBC92F;
}
</style>
background-color css
<style>
a { background-color: #CBC92F; }
a { background-color: rgb(203,201,47); }
div.DivClassName
{
background-color: #CBC92F;
}
.BgClassName
{
background-color: #CBC92F;
}
</style>
border-color css
<style>
span { border-color: #CBC92F; }
span { border-color: rgb(203,201,47); }
td.TdClassName
{
border-color: #CBC92F;
}
.TagClassName
{
border-color: #CBC92F;
}
</style>