Html Css Color HEX #C0C365 Wild Willow

📋 copy color: '#C0C365'

red 192 ◦ green 195 ◦ blue 101

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

Shades of Wild Willow #C0C365

Tints of Wild Willow #C0C365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.96%

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

R = 39.34%
G = 39.96%
B = 20.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C0C365 (or 0xC0C365) is known color: Wild Willow. HEX triplet: C0, C3 and 65. RGB value is (192,195,101). Sum of RGB (Red+Green+Blue) = 192+195+101=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C365 is #3F3C9A. Grayscale: #B7B7B7. Windows color (decimal): -4144283 or 6669248. OLE color: 6669248.

HSL color Cylindrical-coordinate representation of color #C0C365: hue angle of 61.91º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0C365 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 101 -
CMYK 0.02 0 0.48 0.24
HSL 61.91º 0.44% 0.58% -
HSV(B) 61.91º 0.48% 0.76% -
XYZ 43.6 51.18 19.89 -
YUV 183.39 81.51 134.14 -
System Red Green Blue C M Y K H S L
Decimal 192 195 101 0.02 0 0.48 0.24 61.91 0.44 0.58
Hex C0 C3 65 2 0 30 18 3E 2C 3A
Octal 300 303 145 2 0 60 30 76 54 72
Binary 11000000 11000011 1100101 10 0 110000 11000 111110 101100 111010

Color Harmonies of #C0C365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C365

Black with #C0C365

Text Example


Text Example

White with #C0C365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C365; }

 p { color: rgb(192,195,101); }

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

background-color css

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

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

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

border-color css

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

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

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