#C8CC47

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

Shades of Wattle #C8CC47

Tints of Wattle #C8CC47

Color information

#C8CC47 (or 0xC8CC47) is unknown color: approx Wattle. HEX triplet: C8, CC and 47. RGB value is (200,204,71). Sum of RGB (Red+Green+Blue) = 200+204+71=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC47 is #3733B8. Grayscale: #BCBCBC. Windows color (decimal): -3617721 or 4705480. OLE color: 4705480.

HSL color Cylindrical-coordinate representation of color #C8CC47: hue angle of 61.8º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8CC47 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB20020471-
CMYK0.0200.650.2
HSL61.8º56.6%53.92%-
HSV(B)61.8º65.2%80%-
XYZ46.5555.9214.3-
YUV187.6462.17136.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 71 (28.12% from 255) = 14.95%
R=42.11%
G=42.95%
B=14.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal200204710.0200.650.261.856.653.92
HexC8CC472041143e3936
Octal3103141072010124767166
Binary11001000110011001000111100100000110100111110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CC47; }

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

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

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

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

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

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

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

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