#C7C548

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

Shades of Wattle #C7C548

Tints of Wattle #C7C548

Color information

#C7C548 (or 0xC7C548) is unknown color: approx Wattle. HEX triplet: C7, C5 and 48. RGB value is (199,197,72). Sum of RGB (Red+Green+Blue) = 199+197+72=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C548 is #383AB7. Grayscale: #B7B7B7. Windows color (decimal): -3685048 or 4769223. OLE color: 4769223.

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

Color convert

RGB19919772-
CMYK00.010.640.22
HSL59.06º53.14%53.14%-
HSV(B)59.06º63.82%78.04%-
XYZ44.6952.5413.92-
YUV183.3565.16139.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.52%
GREEN value IS 197 (77.34% from 255) = 42.09%
BLUE value IS 72 (28.52% from 255) = 15.38%
R=42.52%
G=42.09%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991977200.010.640.2259.0653.1453.14
HexC7C5480140163b3535
Octal3073051100110026736565
Binary1100011111000101100100001100000010110111011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C548; }

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

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

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

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

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

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

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

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