#C8C86A

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

Shades of Wild Willow #C8C86A

Tints of Wild Willow #C8C86A

Color information

#C8C86A (or 0xC8C86A) is unknown color: approx Wild Willow. HEX triplet: C8, C8 and 6A. RGB value is (200,200,106). Sum of RGB (Red+Green+Blue) = 200+200+106=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C86A is #373795. Grayscale: #BDBDBD. Windows color (decimal): -3618710 or 6998216. OLE color: 6998216.

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

Color convert

RGB200200106-
CMYK000.470.22
HSL60º46.08%60%-
HSV(B)60º47%78.43%-
XYZ47.0854.6321.7-
YUV189.2881135.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 106 (41.80% from 255) = 20.95%
R=39.53%
G=39.53%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200200106000.470.226046.0860
HexC8C86A002F163c2e3c
Octal310310152005726745674
Binary110010001100100011010100010111110110111100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C86A; }

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

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

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

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

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

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

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

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