#C8C64B

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

Shades of Wattle #C8C64B

Tints of Wattle #C8C64B

Color information

#C8C64B (or 0xC8C64B) is unknown color: approx Wattle. HEX triplet: C8, C6 and 4B. RGB value is (200,198,75). Sum of RGB (Red+Green+Blue) = 200+198+75=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C64B is #3739B4. Grayscale: #B9B9B9. Windows color (decimal): -3619253 or 4966088. OLE color: 4966088.

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

Color convert

RGB20019875-
CMYK00.010.620.22
HSL59.04º53.19%53.92%-
HSV(B)59.04º62.5%78.43%-
XYZ45.2853.1814.53-
YUV184.5866.16139-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 198 (77.73% from 255) = 41.86%
BLUE value IS 75 (29.69% from 255) = 15.86%
R=42.28%
G=41.86%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001987500.010.620.2259.0453.1953.92
HexC8C64B013E163b3536
Octal310306113017626736566
Binary110010001100011010010110111111010110111011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C64B; }

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

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

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

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

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

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

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

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