#C3C762

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

Shades of Wild Willow #C3C762

Tints of Wild Willow #C3C762

Color information

#C3C762 (or 0xC3C762) is unknown color: approx Wild Willow. HEX triplet: C3, C7 and 62. RGB value is (195,199,98). Sum of RGB (Red+Green+Blue) = 195+199+98=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C762 is #3C389D. Grayscale: #BABABA. Windows color (decimal): -3946654 or 6473667. OLE color: 6473667.

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

Color convert

RGB19519998-
CMYK0.0200.510.22
HSL62.38º47.42%58.24%-
HSV(B)62.38º50.75%78.04%-
XYZ45.1353.3319.47-
YUV186.2978.17134.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 199 (78.12% from 255) = 40.45%
BLUE value IS 98 (38.67% from 255) = 19.92%
R=39.63%
G=40.45%
B=19.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal195199980.0200.510.2262.3847.4258.24
HexC3C7622033163e2f3a
Octal303307142206326765772
Binary1100001111000111110001010011001110110111110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C762; }

 p { color: rgb(195,199,98); }

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

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

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

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

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

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

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