Shades of Barberry #CBC52D
Tints of Barberry #CBC52D
RGB
CMYK
RGB Variations
Color information
#CBC52D (or 0xCBC52D) is known color: Barberry. HEX triplet: CB, C5 and 2D. RGB value is (203,197,45). Sum of RGB (Red+Green+Blue) = 203+197+45=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC52D is #343AD2. Grayscale: #B6B6B6. Windows color (decimal): -3422931 or 2999755. OLE color: 2999755.
HSL color Cylindrical-coordinate representation of color #CBC52D: hue angle of 57.72º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBC52D is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 45 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.20 |
| HSL | 57.72º | 0.64% | 0.49% | - |
| HSV(B) | 57.72º | 0.78% | 0.8% | - |
| XYZ | 45.07 | 52.82 | 10.3 | - |
| YUV | 181.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 45 | 0 | 0.03 | 0.78 | 0.20 | 57.72 | 0.64 | 0.49 |
| Hex | CB | C5 | 2D | 0 | 3 | 4E | 14 | 3A | 40 | 31 |
| Octal | 313 | 305 | 55 | 0 | 3 | 116 | 24 | 72 | 100 | 61 |
| Binary | 11001011 | 11000101 | 101101 | 0 | 11 | 1001110 | 10100 | 111010 | 1000000 | 110001 |
Color Harmonies of #CBC52D
Complementary color
Monochromatic Colors of #CBC52D
Black with #CBC52D
Text Example
Text Example
White with #CBC52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC52D; }
p { color: rgb(203,197,45); }
H1.HeaderClassName
{
color: #CBC52D;
}
.AnyTagClassName
{
color: #CBC52D;
}
</style>
background-color css
<style>
a { background-color: #CBC52D; }
a { background-color: rgb(203,197,45); }
div.DivClassName
{
background-color: #CBC52D;
}
.BgClassName
{
background-color: #CBC52D;
}
</style>
border-color css
<style>
span { border-color: #CBC52D; }
span { border-color: rgb(203,197,45); }
td.TdClassName
{
border-color: #CBC52D;
}
.TagClassName
{
border-color: #CBC52D;
}
</style>