Html Css Color HEX #C3C156 Wild Willow

📋 copy color: '#C3C156'

red 195 ◦ green 193 ◦ blue 86

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

Shades of Wild Willow #C3C156

Tints of Wild Willow #C3C156

RGB

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

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

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

R = 41.14%
G = 40.72%
B = 18.14%

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

#C3C156 (or 0xC3C156) is known color: Wild Willow. HEX triplet: C3, C1 and 56. RGB value is (195,193,86). Sum of RGB (Red+Green+Blue) = 195+193+86=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C156 is #3C3EA9. Grayscale: #B5B5B5. Windows color (decimal): -3948202 or 5685699. OLE color: 5685699.

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

Color convert

RGB 195 193 86 -
CMYK 0 0.01 0.56 0.24
HSL 58.9º 0.48% 0.55% -
HSV(B) 58.9º 0.56% 0.76% -
XYZ 43.26 50.41 16.26 -
YUV 181.4 74.16 137.7 -
System Red Green Blue C M Y K H S L
Decimal 195 193 86 0 0.01 0.56 0.24 58.9 0.48 0.55
Hex C3 C1 56 0 1 38 18 3B 30 37
Octal 303 301 126 0 1 70 30 73 60 67
Binary 11000011 11000001 1010110 0 1 111000 11000 111011 110000 110111

Color Harmonies of #C3C156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C156

Black with #C3C156

Text Example


Text Example

White with #C3C156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C156; }

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

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

background-color css

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

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

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

border-color css

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

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

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