#C7C320

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

Shades of Barberry #C7C320

Tints of Barberry #C7C320

Color information

#C7C320 (or 0xC7C320) is unknown color: approx Barberry. HEX triplet: C7, C3 and 20. RGB value is (199,195,32). Sum of RGB (Red+Green+Blue) = 199+195+32=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C320 is #383CDF. Grayscale: #B2B2B2. Windows color (decimal): -3685600 or 2147271. OLE color: 2147271.

HSL color Cylindrical-coordinate representation of color #C7C320: hue angle of 58.56º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7C320 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB19919532-
CMYK00.020.840.22
HSL58.56º72.29%45.29%-
HSV(B)58.56º83.92%78.04%-
XYZ43.3351.288.98-
YUV177.6145.83143.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.71%
GREEN value IS 195 (76.56% from 255) = 45.77%
BLUE value IS 32 (12.89% from 255) = 7.51%
R=46.71%
G=45.77%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991953200.020.840.2258.5672.2945.29
HexC7C3200254163b482d
Octal3073034002124267311055
Binary11000111110000111000000101010100101101110111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C320; }

 p { color: rgb(199,195,32); }

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

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

 a { background-color: rgb(199,195,32); }

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

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

 span { border-color: rgb(199,195,32); }

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