Html Css Color HEX #C2C665 Wild Willow

📋 copy color: '#C2C665'

red 194 ◦ green 198 ◦ blue 101

#C2C665
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #C2C665

Tints of Wild Willow #C2C665

RGB

 RED value IS 194 (76.17% from 255) = 39.35%

 GREEN value IS 198 (77.73% from 255) = 40.16%

 BLUE value IS 101 (39.84% from 255) = 20.49%

R = 39.35%
G = 40.16%
B = 20.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C2C665 (or 0xC2C665) is known color: Wild Willow. HEX triplet: C2, C6 and 65. RGB value is (194,198,101). Sum of RGB (Red+Green+Blue) = 194+198+101=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C665 is #3D399A. Grayscale: #BABABA. Windows color (decimal): -4012443 or 6670018. OLE color: 6670018.

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

Color convert

RGB 194 198 101 -
CMYK 0.02 0 0.49 0.22
HSL 62.47º 0.46% 0.59% -
HSV(B) 62.47º 0.49% 0.78% -
XYZ 44.79 52.8 20.14 -
YUV 185.75 80.17 133.89 -
System Red Green Blue C M Y K H S L
Decimal 194 198 101 0.02 0 0.49 0.22 62.47 0.46 0.59
Hex C2 C6 65 2 0 31 16 3E 2E 3B
Octal 302 306 145 2 0 61 26 76 56 73
Binary 11000010 11000110 1100101 10 0 110001 10110 111110 101110 111011

Color Harmonies of #C2C665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C665

Black with #C2C665

Text Example


Text Example

White with #C2C665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C665; }

 p { color: rgb(194,198,101); }

 H1.HeaderClassName
 {
   color: #C2C665;
 }
 .AnyTagClassName
 {
   color: #C2C665;
 }
</style>

background-color css

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

 a { background-color: rgb(194,198,101); }

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

border-color css

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

 span { border-color: rgb(194,198,101); }

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