#C1CA6C

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

Shades of Wild Willow #C1CA6C

Tints of Wild Willow #C1CA6C

Color information

#C1CA6C (or 0xC1CA6C) is unknown color: approx Wild Willow. HEX triplet: C1, CA and 6C. RGB value is (193,202,108). Sum of RGB (Red+Green+Blue) = 193+202+108=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CA6C is #3E3593. Grayscale: #BCBCBC. Windows color (decimal): -4076948 or 7129793. OLE color: 7129793.

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

Color convert

RGB193202108-
CMYK0.0400.470.21
HSL65.74º47%60.78%-
HSV(B)65.74º46.53%79.22%-
XYZ45.8254.6622.32-
YUV188.5982.52131.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 202 (79.30% from 255) = 40.16%
BLUE value IS 108 (42.58% from 255) = 21.47%
R=38.37%
G=40.16%
B=21.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1932021080.0400.470.2165.744760.78
HexC1CA6C402F15422f3d
Octal3013121544057251025775
Binary110000011100101011011001000101111101011000010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CA6C; }

 p { color: rgb(193,202,108); }

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

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

 a { background-color: rgb(193,202,108); }

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

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

 span { border-color: rgb(193,202,108); }

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