#C8C668

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

Shades of Wild Willow #C8C668

Tints of Wild Willow #C8C668

Color information

#C8C668 (or 0xC8C668) is unknown color: approx Wild Willow. HEX triplet: C8, C6 and 68. RGB value is (200,198,104). Sum of RGB (Red+Green+Blue) = 200+198+104=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C668 is #373997. Grayscale: #BCBCBC. Windows color (decimal): -3619224 or 6866632. OLE color: 6866632.

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

Color convert

RGB200198104-
CMYK00.010.480.22
HSL58.75º46.6%59.61%-
HSV(B)58.75º48%78.43%-
XYZ46.5153.6721-
YUV187.8880.66136.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.84%
GREEN value IS 198 (77.73% from 255) = 39.44%
BLUE value IS 104 (41.02% from 255) = 20.72%
R=39.84%
G=39.44%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019810400.010.480.2258.7546.659.61
HexC8C6680130163b2f3c
Octal310306150016026735774
Binary110010001100011011010000111000010110111011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C668; }

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

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

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

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

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

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

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

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