Shades of Barberry #C8CC1F
Tints of Barberry #C8CC1F
RGB
CMYK
RGB Variations
Color information
#C8CC1F (or 0xC8CC1F) is known color: Barberry. HEX triplet: C8, CC and 1F. RGB value is (200,204,31). Sum of RGB (Red+Green+Blue) = 200+204+31=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC1F is #3733E0. Grayscale: #B7B7B7. Windows color (decimal): -3617761 or 2084040. OLE color: 2084040.
HSL color Cylindrical-coordinate representation of color #C8CC1F: hue angle of 61.39º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8CC1F is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 31 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.2 |
| HSL | 61.39º | 0.74% | 0.46% | - |
| HSV(B) | 61.39º | 0.85% | 0.8% | - |
| XYZ | 45.66 | 55.56 | 9.61 | - |
| YUV | 183.08 | 42.17 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 31 | 0.02 | 0 | 0.85 | 0.2 | 61.39 | 0.74 | 0.46 |
| Hex | C8 | CC | 1F | 2 | 0 | 55 | 14 | 3D | 4A | 2E |
| Octal | 310 | 314 | 37 | 2 | 0 | 125 | 24 | 75 | 112 | 56 |
| Binary | 11001000 | 11001100 | 11111 | 10 | 0 | 1010101 | 10100 | 111101 | 1001010 | 101110 |
Color Harmonies of #C8CC1F
Complementary color
Monochromatic Colors of #C8CC1F
Black with #C8CC1F
Text Example
Text Example
White with #C8CC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC1F; }
p { color: rgb(200,204,31); }
H1.HeaderClassName
{
color: #C8CC1F;
}
.AnyTagClassName
{
color: #C8CC1F;
}
</style>
background-color css
<style>
a { background-color: #C8CC1F; }
a { background-color: rgb(200,204,31); }
div.DivClassName
{
background-color: #C8CC1F;
}
.BgClassName
{
background-color: #C8CC1F;
}
</style>
border-color css
<style>
span { border-color: #C8CC1F; }
span { border-color: rgb(200,204,31); }
td.TdClassName
{
border-color: #C8CC1F;
}
.TagClassName
{
border-color: #C8CC1F;
}
</style>