#C7C64A

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

Shades of Wattle #C7C64A

Tints of Wattle #C7C64A

Color information

#C7C64A (or 0xC7C64A) is unknown color: approx Wattle. HEX triplet: C7, C6 and 4A. RGB value is (199,198,74). Sum of RGB (Red+Green+Blue) = 199+198+74=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C64A is #3839B5. Grayscale: #B8B8B8. Windows color (decimal): -3684790 or 4900551. OLE color: 4900551.

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

Color convert

RGB19919874-
CMYK00.010.630.22
HSL59.52º52.74%53.53%-
HSV(B)59.52º62.81%78.04%-
XYZ44.9853.0214.34-
YUV184.1665.83138.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.25%
GREEN value IS 198 (77.73% from 255) = 42.04%
BLUE value IS 74 (29.30% from 255) = 15.71%
R=42.25%
G=42.04%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991987400.010.630.2259.5252.7453.53
HexC7C64A013F163c3536
Octal307306112017726746566
Binary110001111100011010010100111111110110111100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C64A; }

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

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

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

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

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

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

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

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