#C8CD65

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

Shades of Wild Willow #C8CD65

Tints of Wild Willow #C8CD65

Color information

#C8CD65 (or 0xC8CD65) is unknown color: approx Wild Willow. HEX triplet: C8, CD and 65. RGB value is (200,205,101). Sum of RGB (Red+Green+Blue) = 200+205+101=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CD65 is #37329A. Grayscale: #C0C0C0. Windows color (decimal): -3617435 or 6671816. OLE color: 6671816.

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

Color convert

RGB200205101-
CMYK0.0200.510.20
HSL62.88º50.98%60%-
HSV(B)62.88º50.73%80.39%-
XYZ4856.8820.76-
YUV191.6576.84133.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 101 (39.84% from 255) = 19.96%
R=39.53%
G=40.51%
B=19.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002051010.0200.510.2062.8850.9860
HexC8CD652033143f333c
Octal310315145206324776374
Binary1100100011001101110010110011001110100111111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CD65; }

 p { color: rgb(200,205,101); }

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

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

 a { background-color: rgb(200,205,101); }

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

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

 span { border-color: rgb(200,205,101); }

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