#C7C049

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

Shades of Wattle #C7C049

Tints of Wattle #C7C049

Color information

#C7C049 (or 0xC7C049) is unknown color: approx Wattle. HEX triplet: C7, C0 and 49. RGB value is (199,192,73). Sum of RGB (Red+Green+Blue) = 199+192+73=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C049 is #383FB6. Grayscale: #B5B5B5. Windows color (decimal): -3686327 or 4833479. OLE color: 4833479.

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

Color convert

RGB19919273-
CMYK00.040.630.22
HSL56.67º52.94%53.33%-
HSV(B)56.67º63.32%78.04%-
XYZ43.6150.3213.72-
YUV180.5367.32141.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.89%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 73 (28.91% from 255) = 15.73%
R=42.89%
G=41.38%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991927300.040.630.2256.6752.9453.33
HexC7C049043F16393535
Octal307300111047726716565
Binary11000111110000001001001010011111110110111001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C049; }

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

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

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

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

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

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

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

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