#C8C866

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

Shades of Wild Willow #C8C866

Tints of Wild Willow #C8C866

Color information

#C8C866 (or 0xC8C866) is unknown color: approx Wild Willow. HEX triplet: C8, C8 and 66. RGB value is (200,200,102). Sum of RGB (Red+Green+Blue) = 200+200+102=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C866 is #373799. Grayscale: #BDBDBD. Windows color (decimal): -3618714 or 6736072. OLE color: 6736072.

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

Color convert

RGB200200102-
CMYK000.490.22
HSL60º47.12%59.22%-
HSV(B)60º49%78.43%-
XYZ46.8754.5520.63-
YUV188.8379135.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.84%
GREEN value IS 200 (78.52% from 255) = 39.84%
BLUE value IS 102 (40.23% from 255) = 20.32%
R=39.84%
G=39.84%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200200102000.490.226047.1259.22
HexC8C8660031163c2f3b
Octal310310146006126745773
Binary110010001100100011001100011000110110111100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C866; }

 p { color: rgb(200,200,102); }

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

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

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

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

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

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

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