Html Css Color HEX #C0C164 Wild Willow

📋 copy color: '#C0C164'

red 192 ◦ green 193 ◦ blue 100

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

Shades of Wild Willow #C0C164

Tints of Wild Willow #C0C164

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.79%

 BLUE value IS 100 (39.45% from 255) = 20.62%

R = 39.59%
G = 39.79%
B = 20.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C0C164 (or 0xC0C164) is known color: Wild Willow. HEX triplet: C0, C1 and 64. RGB value is (192,193,100). Sum of RGB (Red+Green+Blue) = 192+193+100=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C164 is #3F3E9B. Grayscale: #B6B6B6. Windows color (decimal): -4144796 or 6603200. OLE color: 6603200.

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

Color convert

RGB 192 193 100 -
CMYK 0.01 0 0.48 0.24
HSL 60.65º 0.43% 0.57% -
HSV(B) 60.65º 0.48% 0.76% -
XYZ 43.11 50.27 19.49 -
YUV 182.1 81.67 135.06 -
System Red Green Blue C M Y K H S L
Decimal 192 193 100 0.01 0 0.48 0.24 60.65 0.43 0.57
Hex C0 C1 64 1 0 30 18 3D 2B 39
Octal 300 301 144 1 0 60 30 75 53 71
Binary 11000000 11000001 1100100 1 0 110000 11000 111101 101011 111001

Color Harmonies of #C0C164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C164

Black with #C0C164

Text Example


Text Example

White with #C0C164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C164; }

 p { color: rgb(192,193,100); }

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

background-color css

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

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

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

border-color css

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

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

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