Shades of Barberry #CABB27
Tints of Barberry #CABB27
RGB
CMYK
RGB Variations
Color information
#CABB27 (or 0xCABB27) is known color: Barberry. HEX triplet: CA, BB and 27. RGB value is (202,187,39). Sum of RGB (Red+Green+Blue) = 202+187+39=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 39 (15.62% from 255 or 9.11% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB27 is #3544D8. Grayscale: #AFAFAF. Windows color (decimal): -3491033 or 2603978. OLE color: 2603978.
HSL color Cylindrical-coordinate representation of color #CABB27: hue angle of 54.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CABB27 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 39 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.21 |
| HSL | 54.48º | 0.68% | 0.47% | - |
| HSV(B) | 54.48º | 0.81% | 0.79% | - |
| XYZ | 42.49 | 48.24 | 8.99 | - |
| YUV | 174.61 | 51.47 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 39 | 0 | 0.07 | 0.81 | 0.21 | 54.48 | 0.68 | 0.47 |
| Hex | CA | BB | 27 | 0 | 7 | 51 | 15 | 36 | 44 | 2F |
| Octal | 312 | 273 | 47 | 0 | 7 | 121 | 25 | 66 | 104 | 57 |
| Binary | 11001010 | 10111011 | 100111 | 0 | 111 | 1010001 | 10101 | 110110 | 1000100 | 101111 |
Color Harmonies of #CABB27
Complementary color
Monochromatic Colors of #CABB27
Black with #CABB27
Text Example
Text Example
White with #CABB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB27; }
p { color: rgb(202,187,39); }
H1.HeaderClassName
{
color: #CABB27;
}
.AnyTagClassName
{
color: #CABB27;
}
</style>
background-color css
<style>
a { background-color: #CABB27; }
a { background-color: rgb(202,187,39); }
div.DivClassName
{
background-color: #CABB27;
}
.BgClassName
{
background-color: #CABB27;
}
</style>
border-color css
<style>
span { border-color: #CABB27; }
span { border-color: rgb(202,187,39); }
td.TdClassName
{
border-color: #CABB27;
}
.TagClassName
{
border-color: #CABB27;
}
</style>