Shades of Barberry #CBCD19
Tints of Barberry #CBCD19
RGB
CMYK
RGB Variations
Color information
#CBCD19 (or 0xCBCD19) is known color: Barberry. HEX triplet: CB, CD and 19. RGB value is (203,205,25). Sum of RGB (Red+Green+Blue) = 203+205+25=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCD19 is #3432E6. Grayscale: #B8B8B8. Windows color (decimal): -3420903 or 1691083. OLE color: 1691083.
HSL color Cylindrical-coordinate representation of color #CBCD19: hue angle of 60.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBCD19 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 25 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.20 |
| HSL | 60.67º | 0.78% | 0.45% | - |
| HSV(B) | 60.67º | 0.88% | 0.8% | - |
| XYZ | 46.64 | 56.43 | 9.35 | - |
| YUV | 183.88 | 38.34 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 25 | 0.01 | 0 | 0.88 | 0.20 | 60.67 | 0.78 | 0.45 |
| Hex | CB | CD | 19 | 1 | 0 | 58 | 14 | 3D | 4E | 2D |
| Octal | 313 | 315 | 31 | 1 | 0 | 130 | 24 | 75 | 116 | 55 |
| Binary | 11001011 | 11001101 | 11001 | 1 | 0 | 1011000 | 10100 | 111101 | 1001110 | 101101 |
Color Harmonies of #CBCD19
Complementary color
Monochromatic Colors of #CBCD19
Black with #CBCD19
Text Example
Text Example
White with #CBCD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD19; }
p { color: rgb(203,205,25); }
H1.HeaderClassName
{
color: #CBCD19;
}
.AnyTagClassName
{
color: #CBCD19;
}
</style>
background-color css
<style>
a { background-color: #CBCD19; }
a { background-color: rgb(203,205,25); }
div.DivClassName
{
background-color: #CBCD19;
}
.BgClassName
{
background-color: #CBCD19;
}
</style>
border-color css
<style>
span { border-color: #CBCD19; }
span { border-color: rgb(203,205,25); }
td.TdClassName
{
border-color: #CBCD19;
}
.TagClassName
{
border-color: #CBCD19;
}
</style>