#C7C43A

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

Shades of Wattle #C7C43A

Tints of Wattle #C7C43A

Color information

#C7C43A (or 0xC7C43A) is unknown color: approx Wattle. HEX triplet: C7, C4 and 3A. RGB value is (199,196,58). Sum of RGB (Red+Green+Blue) = 199+196+58=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C43A is #383BC5. Grayscale: #B5B5B5. Windows color (decimal): -3685318 or 3851463. OLE color: 3851463.

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

Color convert

RGB19919658-
CMYK00.020.710.22
HSL58.72º55.73%50.39%-
HSV(B)58.72º70.85%78.04%-
XYZ44.0651.9311.7-
YUV181.1658.49140.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 196 (76.95% from 255) = 43.27%
BLUE value IS 58 (23.05% from 255) = 12.80%
R=43.93%
G=43.27%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991965800.020.710.2258.7255.7350.39
HexC7C43A0247163b3832
Octal307304720210726737062
Binary1100011111000100111010010100011110110111011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C43A; }

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

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

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

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

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

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

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

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