#C8C14E

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

Shades of Wattle #C8C14E

Tints of Wattle #C8C14E

Color information

#C8C14E (or 0xC8C14E) is unknown color: approx Wattle. HEX triplet: C8, C1 and 4E. RGB value is (200,193,78). Sum of RGB (Red+Green+Blue) = 200+193+78=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C14E is #373EB1. Grayscale: #B6B6B6. Windows color (decimal): -3620530 or 5161416. OLE color: 5161416.

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

Color convert

RGB20019378-
CMYK00.040.610.22
HSL56.56º52.59%54.51%-
HSV(B)56.56º61%78.43%-
XYZ44.2650.9714.71-
YUV181.9869.32140.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 78 (30.86% from 255) = 16.56%
R=42.46%
G=40.98%
B=16.56%

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
Decimal2001937800.040.610.2256.5652.5954.51
HexC8C14E043D16393537
Octal310301116047526716567
Binary11001000110000011001110010011110110110111001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C14E; }

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

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

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

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

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

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

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

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