#C7C227

Color #C7C227 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #C7C227

Tints of Barberry #C7C227

Color information

#C7C227 (or 0xC7C227) is unknown color: approx Barberry. HEX triplet: C7, C2 and 27. RGB value is (199,194,39). Sum of RGB (Red+Green+Blue) = 199+194+39=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 39 (15.62% from 255 or 9.03% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C227 is #383DD8. Grayscale: #B2B2B2. Windows color (decimal): -3685849 or 2605767. OLE color: 2605767.

HSL color Cylindrical-coordinate representation of color #C7C227: hue angle of 58.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7C227 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB19919439-
CMYK00.030.800.22
HSL58.12º67.23%46.67%-
HSV(B)58.12º80.4%78.04%-
XYZ43.2150.879.46-
YUV177.8249.66143.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 46.06%
GREEN value IS 194 (76.17% from 255) = 44.91%
BLUE value IS 39 (15.62% from 255) = 9.03%
R=46.06%
G=44.91%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991943900.030.800.2258.1267.2346.67
HexC7C2270350163a432f
Octal3073024703120267210357
Binary11000111110000101001110111010000101101110101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C227; }

 p { color: rgb(199,194,39); }

 H1.HeaderClassName
 {
   color: #C7C227;
 }
 .AnyTagClassName
 {
   color: #C7C227;
 }
</style>
background-color css

<style>
 a { background-color: #C7C227; }

 a { background-color: rgb(199,194,39); }

 div.DivClassName
 {
   background-color: #C7C227;
 }
 .BgClassName
 {
   background-color: #C7C227;
 }
</style>
border-color css

<style>
 span { border-color: #C7C227; }

 span { border-color: rgb(199,194,39); }

 td.TdClassName
 {
   border-color: #C7C227;
 }
 .TagClassName
 {
   border-color: #C7C227;
 }
</style>