#C8C347

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

Shades of Wattle #C8C347

Tints of Wattle #C8C347

Color information

#C8C347 (or 0xC8C347) is unknown color: approx Wattle. HEX triplet: C8, C3 and 47. RGB value is (200,195,71). Sum of RGB (Red+Green+Blue) = 200+195+71=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C347 is #373CB8. Grayscale: #B6B6B6. Windows color (decimal): -3620025 or 4703176. OLE color: 4703176.

HSL color Cylindrical-coordinate representation of color #C8C347: hue angle of 57.67º 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 #C8C347 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB20019571-
CMYK00.020.640.22
HSL57.67º53.97%53.14%-
HSV(B)57.67º64.5%78.43%-
XYZ44.4751.7613.61-
YUV182.3665.16140.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.92%
GREEN value IS 195 (76.56% from 255) = 41.85%
BLUE value IS 71 (28.12% from 255) = 15.24%
R=42.92%
G=41.85%
B=15.24%

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
Decimal2001957100.020.640.2257.6753.9753.14
HexC8C3470240163a3635
Octal3103031070210026726665
Binary11001000110000111000111010100000010110111010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C347; }

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

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

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

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

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

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

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

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