Shades of Barberry #C9C223
Tints of Barberry #C9C223
RGB
CMYK
RGB Variations
Color information
#C9C223 (or 0xC9C223) is known color: Barberry. HEX triplet: C9, C2 and 23. RGB value is (201,194,35). Sum of RGB (Red+Green+Blue) = 201+194+35=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C223 is #363DDC. Grayscale: #B2B2B2. Windows color (decimal): -3554781 or 2343625. OLE color: 2343625.
HSL color Cylindrical-coordinate representation of color #C9C223: hue angle of 57.47º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9C223 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 194 | 35 | - |
CMYK | 0 | 0.03 | 0.83 | 0.21 |
HSL | 57.47º | 0.7% | 0.46% | - |
HSV(B) | 57.47º | 0.83% | 0.79% | - |
XYZ | 43.68 | 51.12 | 9.16 | - |
YUV | 177.97 | 47.32 | 144.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 194 | 35 | 0 | 0.03 | 0.83 | 0.21 | 57.47 | 0.7 | 0.46 |
Hex | C9 | C2 | 23 | 0 | 3 | 53 | 15 | 39 | 46 | 2E |
Octal | 311 | 302 | 43 | 0 | 3 | 123 | 25 | 71 | 106 | 56 |
Binary | 11001001 | 11000010 | 100011 | 0 | 11 | 1010011 | 10101 | 111001 | 1000110 | 101110 |
Color Harmonies of #C9C223
Complementary color
Monochromatic Colors of #C9C223
Black with #C9C223
Text Example
Text Example
White with #C9C223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C223; }
p { color: rgb(201,194,35); }
H1.HeaderClassName
{
color: #C9C223;
}
.AnyTagClassName
{
color: #C9C223;
}
</style>
background-color css
<style>
a { background-color: #C9C223; }
a { background-color: rgb(201,194,35); }
div.DivClassName
{
background-color: #C9C223;
}
.BgClassName
{
background-color: #C9C223;
}
</style>
border-color css
<style>
span { border-color: #C9C223; }
span { border-color: rgb(201,194,35); }
td.TdClassName
{
border-color: #C9C223;
}
.TagClassName
{
border-color: #C9C223;
}
</style>