#C7C62E

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

Shades of Barberry #C7C62E

Tints of Barberry #C7C62E

Color information

#C7C62E (or 0xC7C62E) is unknown color: approx Barberry. HEX triplet: C7, C6 and 2E. RGB value is (199,198,46). Sum of RGB (Red+Green+Blue) = 199+198+46=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C62E is #3839D1. Grayscale: #B5B5B5. Windows color (decimal): -3684818 or 3065543. OLE color: 3065543.

HSL color Cylindrical-coordinate representation of color #C7C62E: hue angle of 59.61º 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 #C7C62E is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB19919846-
CMYK00.010.770.22
HSL59.61º62.45%48.04%-
HSV(B)59.61º76.88%78.04%-
XYZ44.2452.7310.43-
YUV180.9751.83140.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.92%
GREEN value IS 198 (77.73% from 255) = 44.70%
BLUE value IS 46 (18.36% from 255) = 10.38%
R=44.92%
G=44.70%
B=10.38%

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
Decimal1991984600.010.770.2259.6162.4548.04
HexC7C62E014D163c3e30
Octal307306560111526747660
Binary110001111100011010111001100110110110111100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C62E; }

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

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

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

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

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

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

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

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