#C8C447

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

Shades of Wattle #C8C447

Tints of Wattle #C8C447

Color information

#C8C447 (or 0xC8C447) is unknown color: approx Wattle. HEX triplet: C8, C4 and 47. RGB value is (200,196,71). Sum of RGB (Red+Green+Blue) = 200+196+71=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C447 is #373BB8. Grayscale: #B7B7B7. Windows color (decimal): -3619769 or 4703432. OLE color: 4703432.

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

Color convert

RGB20019671-
CMYK00.020.640.22
HSL58.14º53.97%53.14%-
HSV(B)58.14º64.5%78.43%-
XYZ44.752.2113.68-
YUV182.9564.83140.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 196 (76.95% from 255) = 41.97%
BLUE value IS 71 (28.12% from 255) = 15.20%
R=42.83%
G=41.97%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001967100.020.640.2258.1453.9753.14
HexC8C4470240163a3635
Octal3103041070210026726665
Binary11001000110001001000111010100000010110111010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C447; }

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

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

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

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

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

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

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

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