#C3C568

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

Shades of Wild Willow #C3C568

Tints of Wild Willow #C3C568

Color information

#C3C568 (or 0xC3C568) is unknown color: approx Wild Willow. HEX triplet: C3, C5 and 68. RGB value is (195,197,104). Sum of RGB (Red+Green+Blue) = 195+197+104=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C568 is #3C3A97. Grayscale: #BABABA. Windows color (decimal): -3947160 or 6866371. OLE color: 6866371.

HSL color Cylindrical-coordinate representation of color #C3C568: hue angle of 61.29º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3C568 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB195197104-
CMYK0.0100.470.23
HSL61.29º44.5%59.02%-
HSV(B)61.29º47.21%77.25%-
XYZ44.9752.5320.87-
YUV185.881.84134.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 197 (77.34% from 255) = 39.72%
BLUE value IS 104 (41.02% from 255) = 20.97%
R=39.31%
G=39.72%
B=20.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951971040.0100.470.2361.2944.559.02
HexC3C568102F173d2c3b
Octal303305150105727755473
Binary110000111100010111010001010111110111111101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C568; }

 p { color: rgb(195,197,104); }

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

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

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

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

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

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

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