#C7C225

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

Shades of Barberry #C7C225

Tints of Barberry #C7C225

Color information

#C7C225 (or 0xC7C225) is unknown color: approx Barberry. HEX triplet: C7, C2 and 25. RGB value is (199,194,37). Sum of RGB (Red+Green+Blue) = 199+194+37=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C225 is #383DDA. Grayscale: #B2B2B2. Windows color (decimal): -3685851 or 2474695. OLE color: 2474695.

HSL color Cylindrical-coordinate representation of color #C7C225: hue angle of 58.15º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7C225 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB19919437-
CMYK00.030.810.22
HSL58.15º68.64%46.27%-
HSV(B)58.15º81.41%78.04%-
XYZ43.1850.869.29-
YUV177.648.66143.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.28%
GREEN value IS 194 (76.17% from 255) = 45.12%
BLUE value IS 37 (14.84% from 255) = 8.60%
R=46.28%
G=45.12%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991943700.030.810.2258.1568.6446.27
HexC7C2250351163a452e
Octal3073024503121267210556
Binary11000111110000101001010111010001101101110101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C225; }

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

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

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

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

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

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

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

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