#C8C240

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

Shades of Wattle #C8C240

Tints of Wattle #C8C240

Color information

#C8C240 (or 0xC8C240) is unknown color: approx Wattle. HEX triplet: C8, C2 and 40. RGB value is (200,194,64). Sum of RGB (Red+Green+Blue) = 200+194+64=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C240 is #373DBF. Grayscale: #B5B5B5. Windows color (decimal): -3620288 or 4244168. OLE color: 4244168.

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

Color convert

RGB20019464-
CMYK00.030.680.22
HSL57.35º55.28%51.76%-
HSV(B)57.35º68%78.43%-
XYZ44.0451.2312.42-
YUV180.9761.99141.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.67%
GREEN value IS 194 (76.17% from 255) = 42.36%
BLUE value IS 64 (25.39% from 255) = 13.97%
R=43.67%
G=42.36%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001946400.030.680.2257.3555.2851.76
HexC8C240034416393734
Octal3103021000310426716764
Binary11001000110000101000000011100010010110111001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C240; }

 p { color: rgb(200,194,64); }

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

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

 a { background-color: rgb(200,194,64); }

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

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

 span { border-color: rgb(200,194,64); }

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