#C7C338

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

Shades of Wattle #C7C338

Tints of Wattle #C7C338

Color information

#C7C338 (or 0xC7C338) is unknown color: approx Wattle. HEX triplet: C7, C3 and 38. RGB value is (199,195,56). Sum of RGB (Red+Green+Blue) = 199+195+56=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 56 (22.27% from 255 or 12.44% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C338 is #383CC7. Grayscale: #B4B4B4. Windows color (decimal): -3685576 or 3720135. OLE color: 3720135.

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

Color convert

RGB19919556-
CMYK00.020.720.22
HSL58.32º56.08%50%-
HSV(B)58.32º71.86%78.04%-
XYZ43.7851.4611.37-
YUV180.3557.83141.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.22%
GREEN value IS 195 (76.56% from 255) = 43.33%
BLUE value IS 56 (22.27% from 255) = 12.44%
R=44.22%
G=43.33%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991955600.020.720.2258.3256.0850
HexC7C3380248163a3832
Octal307303700211026727062
Binary1100011111000011111000010100100010110111010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C338; }

 p { color: rgb(199,195,56); }

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

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

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

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

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

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

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