#C1C664

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

Shades of Wild Willow #C1C664

Tints of Wild Willow #C1C664

Color information

#C1C664 (or 0xC1C664) is unknown color: approx Wild Willow. HEX triplet: C1, C6 and 64. RGB value is (193,198,100). Sum of RGB (Red+Green+Blue) = 193+198+100=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C664 is #3E399B. Grayscale: #B9B9B9. Windows color (decimal): -4077980 or 6604481. OLE color: 6604481.

HSL color Cylindrical-coordinate representation of color #C1C664: hue angle of 63.06º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1C664 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB193198100-
CMYK0.0300.490.22
HSL63.06º46.23%58.43%-
HSV(B)63.06º49.49%77.65%-
XYZ44.4952.6519.87-
YUV185.3379.84133.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.31%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 100 (39.45% from 255) = 20.37%
R=39.31%
G=40.33%
B=20.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931981000.0300.490.2263.0646.2358.43
HexC1C6643031163f2e3a
Octal301306144306126775672
Binary1100000111000110110010011011000110110111111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C664; }

 p { color: rgb(193,198,100); }

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

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

 a { background-color: rgb(193,198,100); }

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

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

 span { border-color: rgb(193,198,100); }

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