#C7C52E

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

Shades of Barberry #C7C52E

Tints of Barberry #C7C52E

Color information

#C7C52E (or 0xC7C52E) is unknown color: approx Barberry. HEX triplet: C7, C5 and 2E. RGB value is (199,197,46). Sum of RGB (Red+Green+Blue) = 199+197+46=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 46 (18.36% from 255 or 10.41% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C52E is #383AD1. Grayscale: #B4B4B4. Windows color (decimal): -3685074 or 3065287. OLE color: 3065287.

HSL color Cylindrical-coordinate representation of color #C7C52E: hue angle of 59.22º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7C52E is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB19919746-
CMYK00.010.770.22
HSL59.22º62.45%48.04%-
HSV(B)59.22º76.88%78.04%-
XYZ44.0152.2710.35-
YUV180.3852.16141.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.02%
GREEN value IS 197 (77.34% from 255) = 44.57%
BLUE value IS 46 (18.36% from 255) = 10.41%
R=45.02%
G=44.57%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991974600.010.770.2259.2262.4548.04
HexC7C52E014D163b3e30
Octal307305560111526737660
Binary110001111100010110111001100110110110111011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C52E; }

 p { color: rgb(199,197,46); }

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

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

 a { background-color: rgb(199,197,46); }

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

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

 span { border-color: rgb(199,197,46); }

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