#C8C968

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

Shades of Wild Willow #C8C968

Tints of Wild Willow #C8C968

Color information

#C8C968 (or 0xC8C968) is unknown color: approx Wild Willow. HEX triplet: C8, C9 and 68. RGB value is (200,201,104). Sum of RGB (Red+Green+Blue) = 200+201+104=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C968 is #373697. Grayscale: #BEBEBE. Windows color (decimal): -3618456 or 6867400. OLE color: 6867400.

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

Color convert

RGB200201104-
CMYK0.0000.480.21
HSL60.62º47.32%59.8%-
HSV(B)60.62º48.26%78.82%-
XYZ47.255.0521.23-
YUV189.6479.67135.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.60%
GREEN value IS 201 (78.91% from 255) = 39.80%
BLUE value IS 104 (41.02% from 255) = 20.59%
R=39.60%
G=39.80%
B=20.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002011040.0000.480.2160.6247.3259.8
HexC8C9680030153d2f3c
Octal310311150006025755774
Binary110010001100100111010000011000010101111101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C968; }

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

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

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

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

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

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

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

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