Html Css Color HEX #C6C455 Wild Willow

📋 copy color: '#C6C455'

red 198 ◦ green 196 ◦ blue 85

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

Shades of Wild Willow #C6C455

Tints of Wild Willow #C6C455

RGB

 RED value IS 198 (77.73% from 255) = 41.34%

 GREEN value IS 196 (76.95% from 255) = 40.92%

 BLUE value IS 85 (33.59% from 255) = 17.75%

R = 41.34%
G = 40.92%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C6C455 (or 0xC6C455) is known color: Wild Willow. HEX triplet: C6, C4 and 55. RGB value is (198,196,85). Sum of RGB (Red+Green+Blue) = 198+196+85=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C455 is #393BAA. Grayscale: #B8B8B8. Windows color (decimal): -3750827 or 5620934. OLE color: 5620934.

HSL color Cylindrical-coordinate representation of color #C6C455: hue angle of 58.94º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6C455 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 196 85 -
CMYK 0 0.01 0.57 0.22
HSL 58.94º 0.5% 0.55% -
HSV(B) 58.94º 0.57% 0.78% -
XYZ 44.67 52.14 16.3 -
YUV 183.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 198 196 85 0 0.01 0.57 0.22 58.94 0.5 0.55
Hex C6 C4 55 0 1 39 16 3B 32 37
Octal 306 304 125 0 1 71 26 73 62 67
Binary 11000110 11000100 1010101 0 1 111001 10110 111011 110010 110111

Color Harmonies of #C6C455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C455

Black with #C6C455

Text Example


Text Example

White with #C6C455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C455; }

 p { color: rgb(198,196,85); }

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

background-color css

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

 a { background-color: rgb(198,196,85); }

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

border-color css

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

 span { border-color: rgb(198,196,85); }

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