#C1CA6B

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

Shades of Wild Willow #C1CA6B

Tints of Wild Willow #C1CA6B

Color information

#C1CA6B (or 0xC1CA6B) is unknown color: approx Wild Willow. HEX triplet: C1, CA and 6B. RGB value is (193,202,107). Sum of RGB (Red+Green+Blue) = 193+202+107=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CA6B is #3E3594. Grayscale: #BCBCBC. Windows color (decimal): -4076949 or 7064257. OLE color: 7064257.

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

Color convert

RGB193202107-
CMYK0.0400.470.21
HSL65.68º47.26%60.59%-
HSV(B)65.68º47.03%79.22%-
XYZ45.7754.6422.04-
YUV188.4882.02131.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.45%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 107 (42.19% from 255) = 21.31%
R=38.45%
G=40.24%
B=21.31%

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
Decimal1932021070.0400.470.2165.6847.2660.59
HexC1CA6B402F15422f3d
Octal3013121534057251025775
Binary110000011100101011010111000101111101011000010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CA6B; }

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

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

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

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

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

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

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

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