#C6C353

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

Shades of Wild Willow #C6C353

Tints of Wild Willow #C6C353

Color information

#C6C353 (or 0xC6C353) is unknown color: approx Wild Willow. HEX triplet: C6, C3 and 53. RGB value is (198,195,83). Sum of RGB (Red+Green+Blue) = 198+195+83=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C353 is #393CAC. Grayscale: #B7B7B7. Windows color (decimal): -3751085 or 5489606. OLE color: 5489606.

HSL color Cylindrical-coordinate representation of color #C6C353: hue angle of 58.43º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6C353 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB19819583-
CMYK00.020.580.22
HSL58.43º50.22%55.1%-
HSV(B)58.43º58.08%77.65%-
XYZ44.3751.6615.82-
YUV183.1371.49138.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.60%
GREEN value IS 195 (76.56% from 255) = 40.97%
BLUE value IS 83 (32.81% from 255) = 17.44%
R=41.60%
G=40.97%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981958300.020.580.2258.4350.2255.1
HexC6C353023A163a3237
Octal306303123027226726267
Binary1100011011000011101001101011101010110111010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C353; }

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

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

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

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

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

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

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

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