#C7C735

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

Shades of Wattle #C7C735

Tints of Wattle #C7C735

Color information

#C7C735 (or 0xC7C735) is unknown color: approx Wattle. HEX triplet: C7, C7 and 35. RGB value is (199,199,53). Sum of RGB (Red+Green+Blue) = 199+199+53=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C735 is #3838CA. Grayscale: #B6B6B6. Windows color (decimal): -3684555 or 3524551. OLE color: 3524551.

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

Color convert

RGB19919953-
CMYK000.730.22
HSL60º57.94%49.41%-
HSV(B)60º73.37%78.04%-
XYZ44.6253.2511.29-
YUV182.3655139.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.12%
GREEN value IS 199 (78.12% from 255) = 44.12%
BLUE value IS 53 (21.09% from 255) = 11.75%
R=44.12%
G=44.12%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919953000.730.226057.9449.41
HexC7C7350049163c3a31
Octal307307650011126747261
Binary110001111100011111010100100100110110111100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C735; }

 p { color: rgb(199,199,53); }

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

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

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

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

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

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

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