#C8C04E

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

Shades of Wattle #C8C04E

Tints of Wattle #C8C04E

Color information

#C8C04E (or 0xC8C04E) is unknown color: approx Wattle. HEX triplet: C8, C0 and 4E. RGB value is (200,192,78). Sum of RGB (Red+Green+Blue) = 200+192+78=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C04E is #373FB1. Grayscale: #B5B5B5. Windows color (decimal): -3620786 or 5161160. OLE color: 5161160.

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

Color convert

RGB20019278-
CMYK00.040.610.22
HSL56.07º52.59%54.51%-
HSV(B)56.07º61%78.43%-
XYZ44.0450.5314.64-
YUV181.469.65141.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 192 (75.39% from 255) = 40.85%
BLUE value IS 78 (30.86% from 255) = 16.60%
R=42.55%
G=40.85%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001927800.040.610.2256.0752.5954.51
HexC8C04E043D16383537
Octal310300116047526706567
Binary11001000110000001001110010011110110110111000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C04E; }

 p { color: rgb(200,192,78); }

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

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

 a { background-color: rgb(200,192,78); }

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

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

 span { border-color: rgb(200,192,78); }

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