#C8C449

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

Shades of Wattle #C8C449

Tints of Wattle #C8C449

Color information

#C8C449 (or 0xC8C449) is unknown color: approx Wattle. HEX triplet: C8, C4 and 49. RGB value is (200,196,73). Sum of RGB (Red+Green+Blue) = 200+196+73=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C449 is #373BB6. Grayscale: #B7B7B7. Windows color (decimal): -3619767 or 4834504. OLE color: 4834504.

HSL color Cylindrical-coordinate representation of color #C8C449: hue angle of 58.11º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8C449 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB20019673-
CMYK00.020.640.22
HSL58.11º53.59%53.53%-
HSV(B)58.11º63.5%78.43%-
XYZ44.7652.2414.03-
YUV183.1765.83140-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 196 (76.95% from 255) = 41.79%
BLUE value IS 73 (28.91% from 255) = 15.57%
R=42.64%
G=41.79%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001967300.020.640.2258.1153.5953.53
HexC8C4490240163a3636
Octal3103041110210026726666
Binary11001000110001001001001010100000010110111010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C449; }

 p { color: rgb(200,196,73); }

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

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

 a { background-color: rgb(200,196,73); }

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

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

 span { border-color: rgb(200,196,73); }

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