#C3C358

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

Shades of Wild Willow #C3C358

Tints of Wild Willow #C3C358

Color information

#C3C358 (or 0xC3C358) is unknown color: approx Wild Willow. HEX triplet: C3, C3 and 58. RGB value is (195,195,88). Sum of RGB (Red+Green+Blue) = 195+195+88=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 88 (34.77% from 255 or 18.41% from 478); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C358 is #3C3CA7. Grayscale: #B7B7B7. Windows color (decimal): -3947688 or 5817283. OLE color: 5817283.

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

Color convert

RGB19519588-
CMYK000.550.24
HSL60º47.14%55.49%-
HSV(B)60º54.87%76.47%-
XYZ43.7851.3416.83-
YUV182.874.5136.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 195 (76.56% from 255) = 40.79%
BLUE value IS 88 (34.77% from 255) = 18.41%
R=40.79%
G=40.79%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519588000.550.246047.1455.49
HexC3C3580037183c2f37
Octal303303130006730745767
Binary110000111100001110110000011011111000111100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C358; }

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

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

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

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

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

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

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

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