#C8CA66

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

Shades of Wild Willow #C8CA66

Tints of Wild Willow #C8CA66

Color information

#C8CA66 (or 0xC8CA66) is unknown color: approx Wild Willow. HEX triplet: C8, CA and 66. RGB value is (200,202,102). Sum of RGB (Red+Green+Blue) = 200+202+102=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CA66 is #373599. Grayscale: #BEBEBE. Windows color (decimal): -3618202 or 6736584. OLE color: 6736584.

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

Color convert

RGB200202102-
CMYK0.0100.500.21
HSL61.2º48.54%59.61%-
HSV(B)61.2º49.5%79.22%-
XYZ47.3455.4820.78-
YUV19078.34135.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 102 (40.23% from 255) = 20.24%
R=39.68%
G=40.08%
B=20.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002021020.0100.500.2161.248.5459.61
HexC8CA661032153d313c
Octal310312146106225756174
Binary110010001100101011001101011001010101111101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CA66; }

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

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

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

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

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

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

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

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