Shades of Barberry #CBC62F
Tints of Barberry #CBC62F
RGB
CMYK
RGB Variations
Color information
#CBC62F (or 0xCBC62F) is known color: Barberry. HEX triplet: CB, C6 and 2F. RGB value is (203,198,47). Sum of RGB (Red+Green+Blue) = 203+198+47=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC62F is #3439D0. Grayscale: #B6B6B6. Windows color (decimal): -3422673 or 3131083. OLE color: 3131083.
HSL color Cylindrical-coordinate representation of color #CBC62F: hue angle of 58.08º 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 #CBC62F is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 47 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.20 |
| HSL | 58.08º | 0.62% | 0.49% | - |
| HSV(B) | 58.08º | 0.77% | 0.8% | - |
| XYZ | 45.34 | 53.29 | 10.59 | - |
| YUV | 182.28 | 51.66 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 47 | 0 | 0.02 | 0.77 | 0.20 | 58.08 | 0.62 | 0.49 |
| Hex | CB | C6 | 2F | 0 | 2 | 4D | 14 | 3A | 3E | 31 |
| Octal | 313 | 306 | 57 | 0 | 2 | 115 | 24 | 72 | 76 | 61 |
| Binary | 11001011 | 11000110 | 101111 | 0 | 10 | 1001101 | 10100 | 111010 | 111110 | 110001 |
Color Harmonies of #CBC62F
Complementary color
Monochromatic Colors of #CBC62F
Black with #CBC62F
Text Example
Text Example
White with #CBC62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC62F; }
p { color: rgb(203,198,47); }
H1.HeaderClassName
{
color: #CBC62F;
}
.AnyTagClassName
{
color: #CBC62F;
}
</style>
background-color css
<style>
a { background-color: #CBC62F; }
a { background-color: rgb(203,198,47); }
div.DivClassName
{
background-color: #CBC62F;
}
.BgClassName
{
background-color: #CBC62F;
}
</style>
border-color css
<style>
span { border-color: #CBC62F; }
span { border-color: rgb(203,198,47); }
td.TdClassName
{
border-color: #CBC62F;
}
.TagClassName
{
border-color: #CBC62F;
}
</style>