#C7C362

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

Shades of Wild Willow #C7C362

Tints of Wild Willow #C7C362

Color information

#C7C362 (or 0xC7C362) is unknown color: approx Wild Willow. HEX triplet: C7, C3 and 62. RGB value is (199,195,98). Sum of RGB (Red+Green+Blue) = 199+195+98=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C362 is #383C9D. Grayscale: #B9B9B9. Windows color (decimal): -3685534 or 6472647. OLE color: 6472647.

HSL color Cylindrical-coordinate representation of color #C7C362: hue angle of 57.62º 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 #C7C362 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB19919598-
CMYK00.020.510.22
HSL57.62º47.42%58.24%-
HSV(B)57.62º50.75%78.04%-
XYZ45.2752.0519.22-
YUV185.1478.83137.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991959800.020.510.2257.6247.4258.24
HexC7C3620233163a2f3a
Octal307303142026326725772
Binary1100011111000011110001001011001110110111010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C362; }

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

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

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

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

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

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

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

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