#C8C966

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

Shades of Wild Willow #C8C966

Tints of Wild Willow #C8C966

Color information

#C8C966 (or 0xC8C966) is unknown color: approx Wild Willow. HEX triplet: C8, C9 and 66. RGB value is (200,201,102). Sum of RGB (Red+Green+Blue) = 200+201+102=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C966 is #373699. Grayscale: #BDBDBD. Windows color (decimal): -3618458 or 6736328. OLE color: 6736328.

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

Color convert

RGB200201102-
CMYK0.0000.490.21
HSL60.61º47.83%59.41%-
HSV(B)60.61º49.25%78.82%-
XYZ47.155.0120.71-
YUV189.4178.67135.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 201 (78.91% from 255) = 39.96%
BLUE value IS 102 (40.23% from 255) = 20.28%
R=39.76%
G=39.96%
B=20.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002011020.0000.490.2160.6147.8359.41
HexC8C9660031153d303b
Octal310311146006125756073
Binary110010001100100111001100011000110101111101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C966; }

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

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

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

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

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

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

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

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