Shades of Barberry #C8CA27
Tints of Barberry #C8CA27
RGB
CMYK
RGB Variations
Color information
#C8CA27 (or 0xC8CA27) is known color: Barberry. HEX triplet: C8, CA and 27. RGB value is (200,202,39). Sum of RGB (Red+Green+Blue) = 200+202+39=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA27 is #3735D8. Grayscale: #B7B7B7. Windows color (decimal): -3618265 or 2607816. OLE color: 2607816.
HSL color Cylindrical-coordinate representation of color #C8CA27: 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 #C8CA27 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 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 | 45.31 | 54.67 | 10.08 | - |
| YUV | 182.82 | 46.84 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 39 | 0.01 | 0 | 0.81 | 0.21 | 60.74 | 0.68 | 0.47 |
| Hex | C8 | CA | 27 | 1 | 0 | 51 | 15 | 3D | 44 | 2F |
| Octal | 310 | 312 | 47 | 1 | 0 | 121 | 25 | 75 | 104 | 57 |
| Binary | 11001000 | 11001010 | 100111 | 1 | 0 | 1010001 | 10101 | 111101 | 1000100 | 101111 |
Color Harmonies of #C8CA27
Complementary color
Monochromatic Colors of #C8CA27
Black with #C8CA27
Text Example
Text Example
White with #C8CA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA27; }
p { color: rgb(200,202,39); }
H1.HeaderClassName
{
color: #C8CA27;
}
.AnyTagClassName
{
color: #C8CA27;
}
</style>
background-color css
<style>
a { background-color: #C8CA27; }
a { background-color: rgb(200,202,39); }
div.DivClassName
{
background-color: #C8CA27;
}
.BgClassName
{
background-color: #C8CA27;
}
</style>
border-color css
<style>
span { border-color: #C8CA27; }
span { border-color: rgb(200,202,39); }
td.TdClassName
{
border-color: #C8CA27;
}
.TagClassName
{
border-color: #C8CA27;
}
</style>