Html Css Color HEX #C1C162 Wild Willow

📋 copy color: '#C1C162'

red 193 ◦ green 193 ◦ blue 98

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

Shades of Wild Willow #C1C162

Tints of Wild Willow #C1C162

RGB

 RED value IS 193 (75.78% from 255) = 39.88%

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

 BLUE value IS 98 (38.67% from 255) = 20.25%

R = 39.88%
G = 39.88%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C1C162 (or 0xC1C162) is known color: Wild Willow. HEX triplet: C1, C1 and 62. RGB value is (193,193,98). Sum of RGB (Red+Green+Blue) = 193+193+98=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C162 is #3E3E9D. Grayscale: #B6B6B6. Windows color (decimal): -4079262 or 6472129. OLE color: 6472129.

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

Color convert

RGB 193 193 98 -
CMYK 0 0 0.49 0.24
HSL 60º 0.43% 0.57% -
HSV(B) 60º 0.49% 0.76% -
XYZ 43.27 50.36 19 -
YUV 182.17 80.5 135.72 -
System Red Green Blue C M Y K H S L
Decimal 193 193 98 0 0 0.49 0.24 60 0.43 0.57
Hex C1 C1 62 0 0 31 18 3C 2B 39
Octal 301 301 142 0 0 61 30 74 53 71
Binary 11000001 11000001 1100010 0 0 110001 11000 111100 101011 111001

Color Harmonies of #C1C162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C162

Black with #C1C162

Text Example


Text Example

White with #C1C162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C162; }

 p { color: rgb(193,193,98); }

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

background-color css

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

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

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

border-color css

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

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

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