#C8C95F

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

Shades of Wild Willow #C8C95F

Tints of Wild Willow #C8C95F

Color information

#C8C95F (or 0xC8C95F) is unknown color: approx Wild Willow. HEX triplet: C8, C9 and 5F. RGB value is (200,201,95). Sum of RGB (Red+Green+Blue) = 200+201+95=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C95F is #3736A0. Grayscale: #BDBDBD. Windows color (decimal): -3618465 or 6277576. OLE color: 6277576.

HSL color Cylindrical-coordinate representation of color #C8C95F: hue angle of 60.57º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8C95F is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20020195-
CMYK0.0000.530.21
HSL60.57º49.53%58.04%-
HSV(B)60.57º52.74%78.82%-
XYZ46.7754.8818.95-
YUV188.6275.17136.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 201 (78.91% from 255) = 40.52%
BLUE value IS 95 (37.5% from 255) = 19.15%
R=40.32%
G=40.52%
B=19.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200201950.0000.530.2160.5749.5358.04
HexC8C95F0035153d323a
Octal310311137006525756272
Binary110010001100100110111110011010110101111101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C95F; }

 p { color: rgb(200,201,95); }

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

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

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

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

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

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

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