Html Css Color HEX #C2C154 Wild Willow

📋 copy color: '#C2C154'

red 194 ◦ green 193 ◦ blue 84

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

Shades of Wild Willow #C2C154

Tints of Wild Willow #C2C154

RGB

 RED value IS 194 (76.17% from 255) = 41.19%

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

 BLUE value IS 84 (33.2% from 255) = 17.83%

R = 41.19%
G = 40.98%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C2C154 (or 0xC2C154) is known color: Wild Willow. HEX triplet: C2, C1 and 54. RGB value is (194,193,84). Sum of RGB (Red+Green+Blue) = 194+193+84=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C154 is #3D3EAB. Grayscale: #B5B5B5. Windows color (decimal): -4013740 or 5554626. OLE color: 5554626.

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

Color convert

RGB 194 193 84 -
CMYK 0 0.01 0.57 0.24
HSL 59.45º 0.47% 0.55% -
HSV(B) 59.45º 0.57% 0.76% -
XYZ 42.92 50.25 15.82 -
YUV 180.87 73.33 137.36 -
System Red Green Blue C M Y K H S L
Decimal 194 193 84 0 0.01 0.57 0.24 59.45 0.47 0.55
Hex C2 C1 54 0 1 39 18 3B 2F 37
Octal 302 301 124 0 1 71 30 73 57 67
Binary 11000010 11000001 1010100 0 1 111001 11000 111011 101111 110111

Color Harmonies of #C2C154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C154

Black with #C2C154

Text Example


Text Example

White with #C2C154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C154; }

 p { color: rgb(194,193,84); }

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

background-color css

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

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

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

border-color css

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

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

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