Shades of Barberry #CBC32F
Tints of Barberry #CBC32F
RGB
CMYK
RGB Variations
Color information
#CBC32F (or 0xCBC32F) is known color: Barberry. HEX triplet: CB, C3 and 2F. RGB value is (203,195,47). Sum of RGB (Red+Green+Blue) = 203+195+47=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC32F is #343CD0. Grayscale: #B5B5B5. Windows color (decimal): -3423441 or 3130315. OLE color: 3130315.
HSL color Cylindrical-coordinate representation of color #CBC32F: hue angle of 56.92º 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 #CBC32F is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 47 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.20 |
| HSL | 56.92º | 0.62% | 0.49% | - |
| HSV(B) | 56.92º | 0.77% | 0.8% | - |
| XYZ | 44.66 | 51.93 | 10.36 | - |
| YUV | 180.52 | 52.65 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 47 | 0 | 0.04 | 0.77 | 0.20 | 56.92 | 0.62 | 0.49 |
| Hex | CB | C3 | 2F | 0 | 4 | 4D | 14 | 39 | 3E | 31 |
| Octal | 313 | 303 | 57 | 0 | 4 | 115 | 24 | 71 | 76 | 61 |
| Binary | 11001011 | 11000011 | 101111 | 0 | 100 | 1001101 | 10100 | 111001 | 111110 | 110001 |
Color Harmonies of #CBC32F
Complementary color
Monochromatic Colors of #CBC32F
Black with #CBC32F
Text Example
Text Example
White with #CBC32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC32F; }
p { color: rgb(203,195,47); }
H1.HeaderClassName
{
color: #CBC32F;
}
.AnyTagClassName
{
color: #CBC32F;
}
</style>
background-color css
<style>
a { background-color: #CBC32F; }
a { background-color: rgb(203,195,47); }
div.DivClassName
{
background-color: #CBC32F;
}
.BgClassName
{
background-color: #CBC32F;
}
</style>
border-color css
<style>
span { border-color: #CBC32F; }
span { border-color: rgb(203,195,47); }
td.TdClassName
{
border-color: #CBC32F;
}
.TagClassName
{
border-color: #CBC32F;
}
</style>