#c3c353

Color #C3C353 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C3C353

Tints of Wild Willow #C3C353

Color information

#C3C353 (or 0xC3C353) is unknown color: approx Wild Willow. HEX triplet: C3, C3 and 53. RGB value is (195,195,83). Sum of RGB (Red+Green+Blue) = 195+195+83=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C353 is #3C3CAC. Grayscale: #B6B6B6. Windows color (decimal): -3947693 or 5489603. OLE color: 5489603.

HSL color Cylindrical-coordinate representation of color #C3C353: 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 #C3C353 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19519583-
CMYK000.570.24
HSL60º48.28%54.51%-
HSV(B)60º57.44%76.47%-
XYZ43.5851.2615.78-
YUV182.2372137.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 195 (76.56% from 255) = 41.23%
BLUE value IS 83 (32.81% from 255) = 17.55%
R=41.23%
G=41.23%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519583000.570.246048.2854.51
HexC3C3530039183c3037
Octal303303123007130746067
Binary110000111100001110100110011100111000111100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3c353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3c353; }

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

 H1.HeaderClassName
 {
   color: #c3c353;
 }
 .AnyTagClassName
 {
   color: #c3c353;
 }
</style>
background-color css

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

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

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

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

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

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