#C8C641

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

Shades of Wattle #C8C641

Tints of Wattle #C8C641

Color information

#C8C641 (or 0xC8C641) is unknown color: approx Wattle. HEX triplet: C8, C6 and 41. RGB value is (200,198,65). Sum of RGB (Red+Green+Blue) = 200+198+65=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C641 is #3739BE. Grayscale: #B7B7B7. Windows color (decimal): -3619263 or 4310728. OLE color: 4310728.

HSL color Cylindrical-coordinate representation of color #C8C641: hue angle of 59.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8C641 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB20019865-
CMYK00.010.680.22
HSL59.11º55.1%51.96%-
HSV(B)59.11º67.5%78.43%-
XYZ44.9753.0512.87-
YUV183.4461.16139.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 198 (77.73% from 255) = 42.76%
BLUE value IS 65 (25.78% from 255) = 14.04%
R=43.20%
G=42.76%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001986500.010.680.2259.1155.151.96
HexC8C6410144163b3734
Octal3103061010110426736764
Binary1100100011000110100000101100010010110111011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C641; }

 p { color: rgb(200,198,65); }

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

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

 a { background-color: rgb(200,198,65); }

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

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

 span { border-color: rgb(200,198,65); }

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