#C8C44C

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

Shades of Wattle #C8C44C

Tints of Wattle #C8C44C

Color information

#C8C44C (or 0xC8C44C) is unknown color: approx Wattle. HEX triplet: C8, C4 and 4C. RGB value is (200,196,76). Sum of RGB (Red+Green+Blue) = 200+196+76=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C44C is #373BB3. Grayscale: #B8B8B8. Windows color (decimal): -3619764 or 5031112. OLE color: 5031112.

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

Color convert

RGB20019676-
CMYK00.020.620.22
HSL58.06º52.99%54.12%-
HSV(B)58.06º62%78.43%-
XYZ44.8652.2814.56-
YUV183.5267.33139.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 196 (76.95% from 255) = 41.53%
BLUE value IS 76 (30.08% from 255) = 16.10%
R=42.37%
G=41.53%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001967600.020.620.2258.0652.9954.12
HexC8C44C023E163a3536
Octal310304114027626726566
Binary1100100011000100100110001011111010110111010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C44C; }

 p { color: rgb(200,196,76); }

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

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

 a { background-color: rgb(200,196,76); }

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

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

 span { border-color: rgb(200,196,76); }

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