#C7C141

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

Shades of Wattle #C7C141

Tints of Wattle #C7C141

Color information

#C7C141 (or 0xC7C141) is unknown color: approx Wattle. HEX triplet: C7, C1 and 41. RGB value is (199,193,65). Sum of RGB (Red+Green+Blue) = 199+193+65=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C141 is #383EBE. Grayscale: #B4B4B4. Windows color (decimal): -3686079 or 4309447. OLE color: 4309447.

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

Color convert

RGB19919365-
CMYK00.030.670.22
HSL57.31º54.47%51.76%-
HSV(B)57.31º67.34%78.04%-
XYZ43.5850.6612.48-
YUV180.262.99141.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.54%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 65 (25.78% from 255) = 14.22%
R=43.54%
G=42.23%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991936500.030.670.2257.3154.4751.76
HexC7C141034316393634
Octal3073011010310326716664
Binary11000111110000011000001011100001110110111001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C141; }

 p { color: rgb(199,193,65); }

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

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

 a { background-color: rgb(199,193,65); }

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

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

 span { border-color: rgb(199,193,65); }

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