#C8CC6A

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

Shades of Wild Willow #C8CC6A

Tints of Wild Willow #C8CC6A

Color information

#C8CC6A (or 0xC8CC6A) is unknown color: approx Wild Willow. HEX triplet: C8, CC and 6A. RGB value is (200,204,106). Sum of RGB (Red+Green+Blue) = 200+204+106=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CC6A is #373395. Grayscale: #C0C0C0. Windows color (decimal): -3617686 or 6999240. OLE color: 6999240.

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

Color convert

RGB200204106-
CMYK0.0200.480.2
HSL62.45º49%60.78%-
HSV(B)62.45º48.04%80%-
XYZ48.0156.5122.01-
YUV191.6379.67133.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 106 (41.80% from 255) = 20.78%
R=39.22%
G=40%
B=20.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2002041060.0200.480.262.454960.78
HexC8CC6A2030143e313d
Octal310314152206024766175
Binary1100100011001100110101010011000010100111110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CC6A; }

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

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

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

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

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

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

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

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