Shades of Barberry #C6C827
Tints of Barberry #C6C827
RGB
CMYK
RGB Variations
Color information
#C6C827 (or 0xC6C827) is known color: Barberry. HEX triplet: C6, C8 and 27. RGB value is (198,200,39). Sum of RGB (Red+Green+Blue) = 198+200+39=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 39 (15.62% from 255 or 8.92% from 437); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C827 is #3937D8. Grayscale: #B5B5B5. Windows color (decimal): -3749849 or 2607302. OLE color: 2607302.
HSL color Cylindrical-coordinate representation of color #C6C827: hue angle of 60.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6C827 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 39 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.22 |
| HSL | 60.75º | 0.67% | 0.47% | - |
| HSV(B) | 60.75º | 0.81% | 0.78% | - |
| XYZ | 44.31 | 53.46 | 9.9 | - |
| YUV | 181.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 39 | 0.01 | 0 | 0.80 | 0.22 | 60.75 | 0.67 | 0.47 |
| Hex | C6 | C8 | 27 | 1 | 0 | 50 | 16 | 3D | 43 | 2F |
| Octal | 306 | 310 | 47 | 1 | 0 | 120 | 26 | 75 | 103 | 57 |
| Binary | 11000110 | 11001000 | 100111 | 1 | 0 | 1010000 | 10110 | 111101 | 1000011 | 101111 |
Color Harmonies of #C6C827
Complementary color
Monochromatic Colors of #C6C827
Black with #C6C827
Text Example
Text Example
White with #C6C827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C827; }
p { color: rgb(198,200,39); }
H1.HeaderClassName
{
color: #C6C827;
}
.AnyTagClassName
{
color: #C6C827;
}
</style>
background-color css
<style>
a { background-color: #C6C827; }
a { background-color: rgb(198,200,39); }
div.DivClassName
{
background-color: #C6C827;
}
.BgClassName
{
background-color: #C6C827;
}
</style>
border-color css
<style>
span { border-color: #C6C827; }
span { border-color: rgb(198,200,39); }
td.TdClassName
{
border-color: #C6C827;
}
.TagClassName
{
border-color: #C6C827;
}
</style>