Html Css Color HEX #C2C56B Wild Willow

📋 copy color: '#C2C56B'

red 194 ◦ green 197 ◦ blue 107

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

Shades of Wild Willow #C2C56B

Tints of Wild Willow #C2C56B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.56%

 BLUE value IS 107 (42.19% from 255) = 21.49%

R = 38.96%
G = 39.56%
B = 21.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C2C56B (or 0xC2C56B) is known color: Wild Willow. HEX triplet: C2, C5 and 6B. RGB value is (194,197,107). Sum of RGB (Red+Green+Blue) = 194+197+107=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C56B is #3D3A94. Grayscale: #BABABA. Windows color (decimal): -4012693 or 7062978. OLE color: 7062978.

HSL color Cylindrical-coordinate representation of color #C2C56B: hue angle of 62º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2C56B is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 197 107 -
CMYK 0.02 0 0.46 0.23
HSL 62º 0.44% 0.6% -
HSV(B) 62º 0.46% 0.77% -
XYZ 44.87 52.46 21.67 -
YUV 185.84 83.51 133.82 -
System Red Green Blue C M Y K H S L
Decimal 194 197 107 0.02 0 0.46 0.23 62 0.44 0.6
Hex C2 C5 6B 2 0 2E 17 3E 2C 3C
Octal 302 305 153 2 0 56 27 76 54 74
Binary 11000010 11000101 1101011 10 0 101110 10111 111110 101100 111100

Color Harmonies of #C2C56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C56B

Black with #C2C56B

Text Example


Text Example

White with #C2C56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C56B; }

 p { color: rgb(194,197,107); }

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

background-color css

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

 a { background-color: rgb(194,197,107); }

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

border-color css

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

 span { border-color: rgb(194,197,107); }

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