Shades of Barberry #C7C927
Tints of Barberry #C7C927
RGB
CMYK
RGB Variations
Color information
#C7C927 (or 0xC7C927) is known color: Barberry. HEX triplet: C7, C9 and 27. RGB value is (199,201,39). Sum of RGB (Red+Green+Blue) = 199+201+39=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C927 is #3836D8. Grayscale: #B6B6B6. Windows color (decimal): -3684057 or 2607559. OLE color: 2607559.
HSL color Cylindrical-coordinate representation of color #C7C927: hue angle of 60.74º 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 #C7C927 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 39 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.21 |
| HSL | 60.74º | 0.68% | 0.47% | - |
| HSV(B) | 60.74º | 0.81% | 0.79% | - |
| XYZ | 44.81 | 54.06 | 9.99 | - |
| YUV | 181.93 | 47.34 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 39 | 0.01 | 0 | 0.81 | 0.21 | 60.74 | 0.68 | 0.47 |
| Hex | C7 | C9 | 27 | 1 | 0 | 51 | 15 | 3D | 44 | 2F |
| Octal | 307 | 311 | 47 | 1 | 0 | 121 | 25 | 75 | 104 | 57 |
| Binary | 11000111 | 11001001 | 100111 | 1 | 0 | 1010001 | 10101 | 111101 | 1000100 | 101111 |
Color Harmonies of #C7C927
Complementary color
Monochromatic Colors of #C7C927
Black with #C7C927
Text Example
Text Example
White with #C7C927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C927; }
p { color: rgb(199,201,39); }
H1.HeaderClassName
{
color: #C7C927;
}
.AnyTagClassName
{
color: #C7C927;
}
</style>
background-color css
<style>
a { background-color: #C7C927; }
a { background-color: rgb(199,201,39); }
div.DivClassName
{
background-color: #C7C927;
}
.BgClassName
{
background-color: #C7C927;
}
</style>
border-color css
<style>
span { border-color: #C7C927; }
span { border-color: rgb(199,201,39); }
td.TdClassName
{
border-color: #C7C927;
}
.TagClassName
{
border-color: #C7C927;
}
</style>