#C7CF64

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

Shades of Wild Willow #C7CF64

Tints of Wild Willow #C7CF64

Color information

#C7CF64 (or 0xC7CF64) is unknown color: approx Wild Willow. HEX triplet: C7, CF and 64. RGB value is (199,207,100). Sum of RGB (Red+Green+Blue) = 199+207+100=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CF64 is #38309B. Grayscale: #C0C0C0. Windows color (decimal): -3682460 or 6606791. OLE color: 6606791.

HSL color Cylindrical-coordinate representation of color #C7CF64: hue angle of 64.49º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7CF64 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB199207100-
CMYK0.0400.520.19
HSL64.49º52.71%60.2%-
HSV(B)64.49º51.69%81.18%-
XYZ48.1757.6920.65-
YUV192.4175.85132.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 207 (81.25% from 255) = 40.91%
BLUE value IS 100 (39.45% from 255) = 19.76%
R=39.33%
G=40.91%
B=19.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992071000.0400.520.1964.4952.7160.2
HexC7CF6440341340353c
Octal3073171444064231006574
Binary110001111100111111001001000110100100111000000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CF64; }

 p { color: rgb(199,207,100); }

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

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

 a { background-color: rgb(199,207,100); }

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

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

 span { border-color: rgb(199,207,100); }

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