#C1C969

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

Shades of Wild Willow #C1C969

Tints of Wild Willow #C1C969

Color information

#C1C969 (or 0xC1C969) is unknown color: approx Wild Willow. HEX triplet: C1, C9 and 69. RGB value is (193,201,105). Sum of RGB (Red+Green+Blue) = 193+201+105=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #C1C969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C969 is #3E3696. Grayscale: #BCBCBC. Windows color (decimal): -4077207 or 6932929. OLE color: 6932929.

HSL color Cylindrical-coordinate representation of color #C1C969: hue angle of 65º 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 #C1C969 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB193201105-
CMYK0.0400.480.21
HSL65º47.06%60%-
HSV(B)65º47.76%78.82%-
XYZ45.4354.1321.42-
YUV187.6681.35131.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 201 (78.91% from 255) = 40.28%
BLUE value IS 105 (41.41% from 255) = 21.04%
R=38.68%
G=40.28%
B=21.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1932011050.0400.480.216547.0660
HexC1C969403015412f3c
Octal3013111514060251015774
Binary110000011100100111010011000110000101011000001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C969; }

 p { color: rgb(193,201,105); }

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

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

 a { background-color: rgb(193,201,105); }

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

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

 span { border-color: rgb(193,201,105); }

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