Html Css Color HEX #C3C056 Wild Willow

📋 copy color: '#C3C056'

red 195 ◦ green 192 ◦ blue 86

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

Shades of Wild Willow #C3C056

Tints of Wild Willow #C3C056

RGB

 RED value IS 195 (76.56% from 255) = 41.23%

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

 BLUE value IS 86 (33.98% from 255) = 18.18%

R = 41.23%
G = 40.59%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C3C056 (or 0xC3C056) is known color: Wild Willow. HEX triplet: C3, C0 and 56. RGB value is (195,192,86). Sum of RGB (Red+Green+Blue) = 195+192+86=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C056 is #3C3FA9. Grayscale: #B5B5B5. Windows color (decimal): -3948458 or 5685443. OLE color: 5685443.

HSL color Cylindrical-coordinate representation of color #C3C056: hue angle of 58.35º degrees, saturation: 0.48, 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 #C3C056 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 192 86 -
CMYK 0 0.02 0.56 0.24
HSL 58.35º 0.48% 0.55% -
HSV(B) 58.35º 0.56% 0.76% -
XYZ 43.04 49.97 16.18 -
YUV 180.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 195 192 86 0 0.02 0.56 0.24 58.35 0.48 0.55
Hex C3 C0 56 0 2 38 18 3A 30 37
Octal 303 300 126 0 2 70 30 72 60 67
Binary 11000011 11000000 1010110 0 10 111000 11000 111010 110000 110111

Color Harmonies of #C3C056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C056

Black with #C3C056

Text Example


Text Example

White with #C3C056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C056; }

 p { color: rgb(195,192,86); }

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

background-color css

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

 a { background-color: rgb(195,192,86); }

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

border-color css

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

 span { border-color: rgb(195,192,86); }

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