Html Css Color HEX #C0C061 Wild Willow

📋 copy color: '#C0C061'

red 192 ◦ green 192 ◦ blue 97

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

Shades of Wild Willow #C0C061

Tints of Wild Willow #C0C061

RGB

 RED value IS 192 (75.39% from 255) = 39.92%

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

 BLUE value IS 97 (38.28% from 255) = 20.17%

R = 39.92%
G = 39.92%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0C061 (or 0xC0C061) is known color: Wild Willow. HEX triplet: C0, C0 and 61. RGB value is (192,192,97). Sum of RGB (Red+Green+Blue) = 192+192+97=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C061 is #3F3F9E. Grayscale: #B5B5B5. Windows color (decimal): -4145055 or 6406336. OLE color: 6406336.

HSL color Cylindrical-coordinate representation of color #C0C061: hue angle of 60º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0C061 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 192 97 -
CMYK 0 0 0.49 0.25
HSL 60º 0.43% 0.57% -
HSV(B) 60º 0.49% 0.75% -
XYZ 42.75 49.77 18.66 -
YUV 181.17 80.5 135.72 -
System Red Green Blue C M Y K H S L
Decimal 192 192 97 0 0 0.49 0.25 60 0.43 0.57
Hex C0 C0 61 0 0 31 19 3C 2B 39
Octal 300 300 141 0 0 61 31 74 53 71
Binary 11000000 11000000 1100001 0 0 110001 11001 111100 101011 111001

Color Harmonies of #C0C061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C061

Black with #C0C061

Text Example


Text Example

White with #C0C061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C061; }

 p { color: rgb(192,192,97); }

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

background-color css

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

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

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

border-color css

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

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

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