Html Css Color HEX #C3C354 Wild Willow

📋 copy color: '#C3C354'

red 195 ◦ green 195 ◦ blue 84

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

Shades of Wild Willow #C3C354

Tints of Wild Willow #C3C354

RGB

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

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

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

R = 41.14%
G = 41.14%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C3C354 (or 0xC3C354) is known color: Wild Willow. HEX triplet: C3, C3 and 54. RGB value is (195,195,84). Sum of RGB (Red+Green+Blue) = 195+195+84=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 84 (33.20% from 255 or 17.72% from 474); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C354 is #3C3CAB. Grayscale: #B6B6B6. Windows color (decimal): -3947692 or 5555139. OLE color: 5555139.

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

Color convert

RGB 195 195 84 -
CMYK 0 0 0.57 0.24
HSL 60º 0.48% 0.55% -
HSV(B) 60º 0.57% 0.76% -
XYZ 43.62 51.27 15.99 -
YUV 182.35 72.5 137.03 -
System Red Green Blue C M Y K H S L
Decimal 195 195 84 0 0 0.57 0.24 60 0.48 0.55
Hex C3 C3 54 0 0 39 18 3C 30 37
Octal 303 303 124 0 0 71 30 74 60 67
Binary 11000011 11000011 1010100 0 0 111001 11000 111100 110000 110111

Color Harmonies of #C3C354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C354

Black with #C3C354

Text Example


Text Example

White with #C3C354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C354; }

 p { color: rgb(195,195,84); }

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

background-color css

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

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

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

border-color css

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

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

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