Shades of Barberry #CBC82F
Tints of Barberry #CBC82F
RGB
CMYK
RGB Variations
Color information
#CBC82F (or 0xCBC82F) is known color: Barberry. HEX triplet: CB, C8 and 2F. RGB value is (203,200,47). Sum of RGB (Red+Green+Blue) = 203+200+47=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC82F is #3437D0. Grayscale: #B8B8B8. Windows color (decimal): -3422161 or 3131595. OLE color: 3131595.
HSL color Cylindrical-coordinate representation of color #CBC82F: hue angle of 58.85º 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 #CBC82F is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 47 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.20 |
| HSL | 58.85º | 0.62% | 0.49% | - |
| HSV(B) | 58.85º | 0.77% | 0.8% | - |
| XYZ | 45.8 | 54.21 | 10.74 | - |
| YUV | 183.46 | 50.99 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 47 | 0 | 0.01 | 0.77 | 0.20 | 58.85 | 0.62 | 0.49 |
| Hex | CB | C8 | 2F | 0 | 1 | 4D | 14 | 3B | 3E | 31 |
| Octal | 313 | 310 | 57 | 0 | 1 | 115 | 24 | 73 | 76 | 61 |
| Binary | 11001011 | 11001000 | 101111 | 0 | 1 | 1001101 | 10100 | 111011 | 111110 | 110001 |
Color Harmonies of #CBC82F
Complementary color
Monochromatic Colors of #CBC82F
Black with #CBC82F
Text Example
Text Example
White with #CBC82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC82F; }
p { color: rgb(203,200,47); }
H1.HeaderClassName
{
color: #CBC82F;
}
.AnyTagClassName
{
color: #CBC82F;
}
</style>
background-color css
<style>
a { background-color: #CBC82F; }
a { background-color: rgb(203,200,47); }
div.DivClassName
{
background-color: #CBC82F;
}
.BgClassName
{
background-color: #CBC82F;
}
</style>
border-color css
<style>
span { border-color: #CBC82F; }
span { border-color: rgb(203,200,47); }
td.TdClassName
{
border-color: #CBC82F;
}
.TagClassName
{
border-color: #CBC82F;
}
</style>