#C7CD62

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

Shades of Wild Willow #C7CD62

Tints of Wild Willow #C7CD62

Color information

#C7CD62 (or 0xC7CD62) is unknown color: approx Wild Willow. HEX triplet: C7, CD and 62. RGB value is (199,205,98). Sum of RGB (Red+Green+Blue) = 199+205+98=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CD62 is #38329D. Grayscale: #BFBFBF. Windows color (decimal): -3682974 or 6475207. OLE color: 6475207.

HSL color Cylindrical-coordinate representation of color #C7CD62: hue angle of 63.36º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7CD62 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB19920598-
CMYK0.0300.520.20
HSL63.36º51.69%59.41%-
HSV(B)63.36º52.2%80.39%-
XYZ47.5956.6919.99-
YUV191.0175.51133.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.64%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 98 (38.67% from 255) = 19.52%
R=39.64%
G=40.84%
B=19.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199205980.0300.520.2063.3651.6959.41
HexC7CD623034143f343b
Octal307315142306424776473
Binary1100011111001101110001011011010010100111111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CD62; }

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

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

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

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

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

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

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

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