Shades of Barberry #CBCD1A
Tints of Barberry #CBCD1A
RGB
CMYK
RGB Variations
Color information
#CBCD1A (or 0xCBCD1A) is known color: Barberry. HEX triplet: CB, CD and 1A. RGB value is (203,205,26). Sum of RGB (Red+Green+Blue) = 203+205+26=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 26 (10.55% from 255 or 5.99% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCD1A is #3432E5. Grayscale: #B8B8B8. Windows color (decimal): -3420902 or 1756619. OLE color: 1756619.
HSL color Cylindrical-coordinate representation of color #CBCD1A: hue angle of 60.67º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBCD1A is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 26 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.20 |
| HSL | 60.67º | 0.77% | 0.45% | - |
| HSV(B) | 60.67º | 0.87% | 0.8% | - |
| XYZ | 46.65 | 56.43 | 9.41 | - |
| YUV | 184 | 38.84 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 26 | 0.01 | 0 | 0.87 | 0.20 | 60.67 | 0.77 | 0.45 |
| Hex | CB | CD | 1A | 1 | 0 | 57 | 14 | 3D | 4D | 2D |
| Octal | 313 | 315 | 32 | 1 | 0 | 127 | 24 | 75 | 115 | 55 |
| Binary | 11001011 | 11001101 | 11010 | 1 | 0 | 1010111 | 10100 | 111101 | 1001101 | 101101 |
Color Harmonies of #CBCD1A
Complementary color
Monochromatic Colors of #CBCD1A
Black with #CBCD1A
Text Example
Text Example
White with #CBCD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD1A; }
p { color: rgb(203,205,26); }
H1.HeaderClassName
{
color: #CBCD1A;
}
.AnyTagClassName
{
color: #CBCD1A;
}
</style>
background-color css
<style>
a { background-color: #CBCD1A; }
a { background-color: rgb(203,205,26); }
div.DivClassName
{
background-color: #CBCD1A;
}
.BgClassName
{
background-color: #CBCD1A;
}
</style>
border-color css
<style>
span { border-color: #CBCD1A; }
span { border-color: rgb(203,205,26); }
td.TdClassName
{
border-color: #CBCD1A;
}
.TagClassName
{
border-color: #CBCD1A;
}
</style>