Html Css Color HEX #C0C265 Wild Willow

📋 copy color: '#C0C265'

red 192 ◦ green 194 ◦ blue 101

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

Shades of Wild Willow #C0C265

Tints of Wild Willow #C0C265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.84%

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

R = 39.43%
G = 39.84%
B = 20.74%

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

#C0C265 (or 0xC0C265) is known color: Wild Willow. HEX triplet: C0, C2 and 65. RGB value is (192,194,101). Sum of RGB (Red+Green+Blue) = 192+194+101=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C265 is #3F3D9A. Grayscale: #B7B7B7. Windows color (decimal): -4144539 or 6668992. OLE color: 6668992.

HSL color Cylindrical-coordinate representation of color #C0C265: hue angle of 61.29º degrees, saturation: 0.43, 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 #C0C265 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 194 101 -
CMYK 0.01 0 0.48 0.24
HSL 61.29º 0.43% 0.58% -
HSV(B) 61.29º 0.48% 0.76% -
XYZ 43.38 50.73 19.82 -
YUV 182.8 81.84 134.56 -
System Red Green Blue C M Y K H S L
Decimal 192 194 101 0.01 0 0.48 0.24 61.29 0.43 0.58
Hex C0 C2 65 1 0 30 18 3D 2B 3A
Octal 300 302 145 1 0 60 30 75 53 72
Binary 11000000 11000010 1100101 1 0 110000 11000 111101 101011 111010

Color Harmonies of #C0C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C265

Black with #C0C265

Text Example


Text Example

White with #C0C265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C265; }

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

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

background-color css

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

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

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

border-color css

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

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

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