#C8C965

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

Shades of Wild Willow #C8C965

Tints of Wild Willow #C8C965

Color information

#C8C965 (or 0xC8C965) is unknown color: approx Wild Willow. HEX triplet: C8, C9 and 65. RGB value is (200,201,101). Sum of RGB (Red+Green+Blue) = 200+201+101=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C965 is #37369A. Grayscale: #BDBDBD. Windows color (decimal): -3618459 or 6670792. OLE color: 6670792.

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

Color convert

RGB200201101-
CMYK0.0000.500.21
HSL60.6º48.08%59.22%-
HSV(B)60.6º49.75%78.82%-
XYZ47.0654.9920.45-
YUV189.378.17135.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.84%
GREEN value IS 201 (78.91% from 255) = 40.04%
BLUE value IS 101 (39.84% from 255) = 20.12%
R=39.84%
G=40.04%
B=20.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002011010.0000.500.2160.648.0859.22
HexC8C9650032153d303b
Octal310311145006225756073
Binary110010001100100111001010011001010101111101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C965; }

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

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

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

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

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

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

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

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