Shades of Barberry #CBC427
Tints of Barberry #CBC427
RGB
CMYK
RGB Variations
Color information
#CBC427 (or 0xCBC427) is known color: Barberry. HEX triplet: CB, C4 and 27. RGB value is (203,196,39). Sum of RGB (Red+Green+Blue) = 203+196+39=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC427 is #343BD8. Grayscale: #B4B4B4. Windows color (decimal): -3423193 or 2606283. OLE color: 2606283.
HSL color Cylindrical-coordinate representation of color #CBC427: hue angle of 57.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBC427 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 39 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.20 |
| HSL | 57.44º | 0.68% | 0.47% | - |
| HSV(B) | 57.44º | 0.81% | 0.8% | - |
| XYZ | 44.73 | 52.32 | 9.66 | - |
| YUV | 180.2 | 48.32 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 39 | 0 | 0.03 | 0.81 | 0.20 | 57.44 | 0.68 | 0.47 |
| Hex | CB | C4 | 27 | 0 | 3 | 51 | 14 | 39 | 44 | 2F |
| Octal | 313 | 304 | 47 | 0 | 3 | 121 | 24 | 71 | 104 | 57 |
| Binary | 11001011 | 11000100 | 100111 | 0 | 11 | 1010001 | 10100 | 111001 | 1000100 | 101111 |
Color Harmonies of #CBC427
Complementary color
Monochromatic Colors of #CBC427
Black with #CBC427
Text Example
Text Example
White with #CBC427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC427; }
p { color: rgb(203,196,39); }
H1.HeaderClassName
{
color: #CBC427;
}
.AnyTagClassName
{
color: #CBC427;
}
</style>
background-color css
<style>
a { background-color: #CBC427; }
a { background-color: rgb(203,196,39); }
div.DivClassName
{
background-color: #CBC427;
}
.BgClassName
{
background-color: #CBC427;
}
</style>
border-color css
<style>
span { border-color: #CBC427; }
span { border-color: rgb(203,196,39); }
td.TdClassName
{
border-color: #CBC427;
}
.TagClassName
{
border-color: #CBC427;
}
</style>