Shades of Barberry #C8CF19
Tints of Barberry #C8CF19
RGB
CMYK
RGB Variations
Color information
#C8CF19 (or 0xC8CF19) is known color: Barberry. HEX triplet: C8, CF and 19. RGB value is (200,207,25). Sum of RGB (Red+Green+Blue) = 200+207+25=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 25 (10.16% from 255 or 5.79% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CF19 is #3730E6. Grayscale: #B8B8B8. Windows color (decimal): -3616999 or 1691592. OLE color: 1691592.
HSL color Cylindrical-coordinate representation of color #C8CF19: hue angle of 62.31º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8CF19 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 25 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.19 |
| HSL | 62.31º | 0.78% | 0.45% | - |
| HSV(B) | 62.31º | 0.88% | 0.81% | - |
| XYZ | 46.31 | 56.98 | 9.48 | - |
| YUV | 184.16 | 38.18 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 25 | 0.03 | 0 | 0.88 | 0.19 | 62.31 | 0.78 | 0.45 |
| Hex | C8 | CF | 19 | 3 | 0 | 58 | 13 | 3E | 4E | 2D |
| Octal | 310 | 317 | 31 | 3 | 0 | 130 | 23 | 76 | 116 | 55 |
| Binary | 11001000 | 11001111 | 11001 | 11 | 0 | 1011000 | 10011 | 111110 | 1001110 | 101101 |
Color Harmonies of #C8CF19
Complementary color
Monochromatic Colors of #C8CF19
Black with #C8CF19
Text Example
Text Example
White with #C8CF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF19; }
p { color: rgb(200,207,25); }
H1.HeaderClassName
{
color: #C8CF19;
}
.AnyTagClassName
{
color: #C8CF19;
}
</style>
background-color css
<style>
a { background-color: #C8CF19; }
a { background-color: rgb(200,207,25); }
div.DivClassName
{
background-color: #C8CF19;
}
.BgClassName
{
background-color: #C8CF19;
}
</style>
border-color css
<style>
span { border-color: #C8CF19; }
span { border-color: rgb(200,207,25); }
td.TdClassName
{
border-color: #C8CF19;
}
.TagClassName
{
border-color: #C8CF19;
}
</style>