Html Css Color HEX #C0C965 Wild Willow

📋 copy color: '#C0C965'

red 192 ◦ green 201 ◦ blue 101

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

Shades of Wild Willow #C0C965

Tints of Wild Willow #C0C965

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.69%

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

R = 38.87%
G = 40.69%
B = 20.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C0C965 (or 0xC0C965) is known color: Wild Willow. HEX triplet: C0, C9 and 65. RGB value is (192,201,101). Sum of RGB (Red+Green+Blue) = 192+201+101=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C965 is #3F369A. Grayscale: #BBBBBB. Windows color (decimal): -4142747 or 6670784. OLE color: 6670784.

HSL color Cylindrical-coordinate representation of color #C0C965: hue angle of 65.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0C965 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 201 101 -
CMYK 0.04 0 0.50 0.21
HSL 65.4º 0.48% 0.59% -
HSV(B) 65.4º 0.5% 0.79% -
XYZ 44.97 53.92 20.35 -
YUV 186.91 79.52 131.63 -
System Red Green Blue C M Y K H S L
Decimal 192 201 101 0.04 0 0.50 0.21 65.4 0.48 0.59
Hex C0 C9 65 4 0 32 15 41 30 3B
Octal 300 311 145 4 0 62 25 101 60 73
Binary 11000000 11001001 1100101 100 0 110010 10101 1000001 110000 111011

Color Harmonies of #C0C965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C965

Black with #C0C965

Text Example


Text Example

White with #C0C965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C965; }

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

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

background-color css

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

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

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

border-color css

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

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

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