Html Css Color HEX #C2C055 Wild Willow

📋 copy color: '#C2C055'

red 194 ◦ green 192 ◦ blue 85

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

Shades of Wild Willow #C2C055

Tints of Wild Willow #C2C055

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.76%

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

R = 41.19%
G = 40.76%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C2C055 (or 0xC2C055) is known color: Wild Willow. HEX triplet: C2, C0 and 55. RGB value is (194,192,85). Sum of RGB (Red+Green+Blue) = 194+192+85=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C055 is #3D3FAA. Grayscale: #B4B4B4. Windows color (decimal): -4013995 or 5619906. OLE color: 5619906.

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

Color convert

RGB 194 192 85 -
CMYK 0 0.01 0.56 0.24
HSL 58.9º 0.47% 0.55% -
HSV(B) 58.9º 0.56% 0.76% -
XYZ 42.74 49.82 15.96 -
YUV 180.4 74.16 137.7 -
System Red Green Blue C M Y K H S L
Decimal 194 192 85 0 0.01 0.56 0.24 58.9 0.47 0.55
Hex C2 C0 55 0 1 38 18 3B 2F 37
Octal 302 300 125 0 1 70 30 73 57 67
Binary 11000010 11000000 1010101 0 1 111000 11000 111011 101111 110111

Color Harmonies of #C2C055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C055

Black with #C2C055

Text Example


Text Example

White with #C2C055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C055; }

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

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

background-color css

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

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

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

border-color css

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

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

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