Html Css Color HEX #C5C255 Wild Willow

📋 copy color: '#C5C255'

red 197 ◦ green 194 ◦ blue 85

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

Shades of Wild Willow #C5C255

Tints of Wild Willow #C5C255

RGB

 RED value IS 197 (77.34% from 255) = 41.39%

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

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

R = 41.39%
G = 40.76%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C5C255 (or 0xC5C255) is known color: Wild Willow. HEX triplet: C5, C2 and 55. RGB value is (197,194,85). Sum of RGB (Red+Green+Blue) = 197+194+85=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C255 is #3A3DAA. Grayscale: #B6B6B6. Windows color (decimal): -3816875 or 5620421. OLE color: 5620421.

HSL color Cylindrical-coordinate representation of color #C5C255: hue angle of 58.39º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5C255 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 194 85 -
CMYK 0 0.02 0.57 0.23
HSL 58.39º 0.49% 0.55% -
HSV(B) 58.39º 0.57% 0.77% -
XYZ 43.96 51.11 16.14 -
YUV 182.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 197 194 85 0 0.02 0.57 0.23 58.39 0.49 0.55
Hex C5 C2 55 0 2 39 17 3A 31 37
Octal 305 302 125 0 2 71 27 72 61 67
Binary 11000101 11000010 1010101 0 10 111001 10111 111010 110001 110111

Color Harmonies of #C5C255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C255

Black with #C5C255

Text Example


Text Example

White with #C5C255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C255; }

 p { color: rgb(197,194,85); }

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

background-color css

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

 a { background-color: rgb(197,194,85); }

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

border-color css

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

 span { border-color: rgb(197,194,85); }

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