#C8CC6C

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

Shades of Wild Willow #C8CC6C

Tints of Wild Willow #C8CC6C

Color information

#C8CC6C (or 0xC8CC6C) is unknown color: approx Wild Willow. HEX triplet: C8, CC and 6C. RGB value is (200,204,108). Sum of RGB (Red+Green+Blue) = 200+204+108=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CC6C is #373393. Grayscale: #C0C0C0. Windows color (decimal): -3617684 or 7130312. OLE color: 7130312.

HSL color Cylindrical-coordinate representation of color #C8CC6C: hue angle of 62.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8CC6C is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB200204108-
CMYK0.0200.470.2
HSL62.5º48.48%61.18%-
HSV(B)62.5º47.06%80%-
XYZ48.1256.5522.57-
YUV191.8680.67133.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 108 (42.58% from 255) = 21.09%
R=39.06%
G=39.84%
B=21.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2002041080.0200.470.262.548.4861.18
HexC8CC6C202F143e303d
Octal310314154205724766075
Binary1100100011001100110110010010111110100111110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CC6C; }

 p { color: rgb(200,204,108); }

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

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

 a { background-color: rgb(200,204,108); }

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

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

 span { border-color: rgb(200,204,108); }

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