#C3C058

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

Shades of Wild Willow #C3C058

Tints of Wild Willow #C3C058

Color information

#C3C058 (or 0xC3C058) is unknown color: approx Wild Willow. HEX triplet: C3, C0 and 58. RGB value is (195,192,88). Sum of RGB (Red+Green+Blue) = 195+192+88=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C058 is #3C3FA7. Grayscale: #B5B5B5. Windows color (decimal): -3948456 or 5816515. OLE color: 5816515.

HSL color Cylindrical-coordinate representation of color #C3C058: hue angle of 58.32º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3C058 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19519288-
CMYK00.020.550.24
HSL58.32º47.14%55.49%-
HSV(B)58.32º54.87%76.47%-
XYZ43.1250.0116.61-
YUV181.0475.49137.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 88 (34.77% from 255) = 18.53%
R=41.05%
G=40.42%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951928800.020.550.2458.3247.1455.49
HexC3C0580237183a2f37
Octal303300130026730725767
Binary1100001111000000101100001011011111000111010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C058; }

 p { color: rgb(195,192,88); }

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

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

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

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

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

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

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