#C7C048

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

Shades of Wattle #C7C048

Tints of Wattle #C7C048

Color information

#C7C048 (or 0xC7C048) is unknown color: approx Wattle. HEX triplet: C7, C0 and 48. RGB value is (199,192,72). Sum of RGB (Red+Green+Blue) = 199+192+72=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C048 is #383FB7. Grayscale: #B4B4B4. Windows color (decimal): -3686328 or 4767943. OLE color: 4767943.

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

Color convert

RGB19919272-
CMYK00.040.640.22
HSL56.69º53.14%53.14%-
HSV(B)56.69º63.82%78.04%-
XYZ43.5750.3113.55-
YUV180.4166.82141.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 192 (75.39% from 255) = 41.47%
BLUE value IS 72 (28.52% from 255) = 15.55%
R=42.98%
G=41.47%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991927200.040.640.2256.6953.1453.14
HexC7C048044016393535
Octal3073001100410026716565
Binary110001111100000010010000100100000010110111001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C048; }

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

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

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

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

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

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

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

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