Shades of Barberry #C6CA25
Tints of Barberry #C6CA25
RGB
CMYK
RGB Variations
Color information
#C6CA25 (or 0xC6CA25) is known color: Barberry. HEX triplet: C6, CA and 25. RGB value is (198,202,37). Sum of RGB (Red+Green+Blue) = 198+202+37=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 37 (14.84% from 255 or 8.47% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA25 is #3935DA. Grayscale: #B6B6B6. Windows color (decimal): -3749339 or 2476742. OLE color: 2476742.
HSL color Cylindrical-coordinate representation of color #C6CA25: hue angle of 61.45º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6CA25 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 37 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.21 |
| HSL | 61.45º | 0.69% | 0.47% | - |
| HSV(B) | 61.45º | 0.82% | 0.79% | - |
| XYZ | 44.74 | 54.38 | 9.89 | - |
| YUV | 181.99 | 46.17 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 37 | 0.02 | 0 | 0.82 | 0.21 | 61.45 | 0.69 | 0.47 |
| Hex | C6 | CA | 25 | 2 | 0 | 52 | 15 | 3D | 45 | 2F |
| Octal | 306 | 312 | 45 | 2 | 0 | 122 | 25 | 75 | 105 | 57 |
| Binary | 11000110 | 11001010 | 100101 | 10 | 0 | 1010010 | 10101 | 111101 | 1000101 | 101111 |
Color Harmonies of #C6CA25
Complementary color
Monochromatic Colors of #C6CA25
Black with #C6CA25
Text Example
Text Example
White with #C6CA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CA25; }
p { color: rgb(198,202,37); }
H1.HeaderClassName
{
color: #C6CA25;
}
.AnyTagClassName
{
color: #C6CA25;
}
</style>
background-color css
<style>
a { background-color: #C6CA25; }
a { background-color: rgb(198,202,37); }
div.DivClassName
{
background-color: #C6CA25;
}
.BgClassName
{
background-color: #C6CA25;
}
</style>
border-color css
<style>
span { border-color: #C6CA25; }
span { border-color: rgb(198,202,37); }
td.TdClassName
{
border-color: #C6CA25;
}
.TagClassName
{
border-color: #C6CA25;
}
</style>