#C7C53A

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

Shades of Wattle #C7C53A

Tints of Wattle #C7C53A

Color information

#C7C53A (or 0xC7C53A) is unknown color: approx Wattle. HEX triplet: C7, C5 and 3A. RGB value is (199,197,58). Sum of RGB (Red+Green+Blue) = 199+197+58=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C53A is #383AC5. Grayscale: #B6B6B6. Windows color (decimal): -3685062 or 3851719. OLE color: 3851719.

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

Color convert

RGB19919758-
CMYK00.010.710.22
HSL59.15º55.73%50.39%-
HSV(B)59.15º70.85%78.04%-
XYZ44.2852.3811.78-
YUV181.7558.16140.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.83%
GREEN value IS 197 (77.34% from 255) = 43.39%
BLUE value IS 58 (23.05% from 255) = 12.78%
R=43.83%
G=43.39%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991975800.010.710.2259.1555.7350.39
HexC7C53A0147163b3832
Octal307305720110726737062
Binary110001111100010111101001100011110110111011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C53A; }

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

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

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

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

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

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

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

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