Html Css Color HEX #C0C05B Wild Willow

📋 copy color: '#C0C05B'

red 192 ◦ green 192 ◦ blue 91

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

Shades of Wild Willow #C0C05B

Tints of Wild Willow #C0C05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.16%

R = 40.42%
G = 40.42%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0C05B (or 0xC0C05B) is known color: Wild Willow. HEX triplet: C0, C0 and 5B. RGB value is (192,192,91). Sum of RGB (Red+Green+Blue) = 192+192+91=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C05B is #3F3FA4. Grayscale: #B4B4B4. Windows color (decimal): -4145061 or 6013120. OLE color: 6013120.

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

Color convert

RGB 192 192 91 -
CMYK 0 0 0.53 0.25
HSL 60º 0.44% 0.55% -
HSV(B) 60º 0.53% 0.75% -
XYZ 42.48 49.66 17.24 -
YUV 180.49 77.5 136.21 -
System Red Green Blue C M Y K H S L
Decimal 192 192 91 0 0 0.53 0.25 60 0.44 0.55
Hex C0 C0 5B 0 0 35 19 3C 2C 37
Octal 300 300 133 0 0 65 31 74 54 67
Binary 11000000 11000000 1011011 0 0 110101 11001 111100 101100 110111

Color Harmonies of #C0C05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C05B

Black with #C0C05B

Text Example


Text Example

White with #C0C05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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