Html Css Color HEX #C2C258 Wild Willow

📋 copy color: '#C2C258'

red 194 ◦ green 194 ◦ blue 88

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

Shades of Wild Willow #C2C258

Tints of Wild Willow #C2C258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.49%

R = 40.76%
G = 40.76%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C2C258 (or 0xC2C258) is known color: Wild Willow. HEX triplet: C2, C2 and 58. RGB value is (194,194,88). Sum of RGB (Red+Green+Blue) = 194+194+88=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C258 is #3D3DA7. Grayscale: #B6B6B6. Windows color (decimal): -4013480 or 5817026. OLE color: 5817026.

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

Color convert

RGB 194 194 88 -
CMYK 0 0 0.55 0.24
HSL 60º 0.46% 0.55% -
HSV(B) 60º 0.55% 0.76% -
XYZ 43.3 50.76 16.75 -
YUV 181.92 75 136.62 -
System Red Green Blue C M Y K H S L
Decimal 194 194 88 0 0 0.55 0.24 60 0.46 0.55
Hex C2 C2 58 0 0 37 18 3C 2E 37
Octal 302 302 130 0 0 67 30 74 56 67
Binary 11000010 11000010 1011000 0 0 110111 11000 111100 101110 110111

Color Harmonies of #C2C258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C258

Black with #C2C258

Text Example


Text Example

White with #C2C258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C258; }

 p { color: rgb(194,194,88); }

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

background-color css

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

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

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

border-color css

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

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

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