Html Css Color HEX #C2C057 Wild Willow

📋 copy color: '#C2C057'

red 194 ◦ green 192 ◦ blue 87

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

Shades of Wild Willow #C2C057

Tints of Wild Willow #C2C057

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.59%

 BLUE value IS 87 (34.38% from 255) = 18.39%

R = 41.01%
G = 40.59%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C2C057 (or 0xC2C057) is known color: Wild Willow. HEX triplet: C2, C0 and 57. RGB value is (194,192,87). Sum of RGB (Red+Green+Blue) = 194+192+87=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 87 (34.38% from 255 or 18.39% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C057 is #3D3FA8. Grayscale: #B5B5B5. Windows color (decimal): -4013993 or 5750978. OLE color: 5750978.

HSL color Cylindrical-coordinate representation of color #C2C057: hue angle of 58.88º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2C057 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 87 -
CMYK 0 0.01 0.55 0.24
HSL 58.88º 0.47% 0.55% -
HSV(B) 58.88º 0.55% 0.76% -
XYZ 42.82 49.86 16.38 -
YUV 180.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 194 192 87 0 0.01 0.55 0.24 58.88 0.47 0.55
Hex C2 C0 57 0 1 37 18 3B 2F 37
Octal 302 300 127 0 1 67 30 73 57 67
Binary 11000010 11000000 1010111 0 1 110111 11000 111011 101111 110111

Color Harmonies of #C2C057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C057

Black with #C2C057

Text Example


Text Example

White with #C2C057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C057; }

 p { color: rgb(194,192,87); }

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

background-color css

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

 a { background-color: rgb(194,192,87); }

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

border-color css

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

 span { border-color: rgb(194,192,87); }

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