#CCC656

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

Shades of Wild Willow #CCC656

Tints of Wild Willow #CCC656

Color information

#CCC656 (or 0xCCC656) is unknown color: approx Wild Willow. HEX triplet: CC, C6 and 56. RGB value is (204,198,86). Sum of RGB (Red+Green+Blue) = 204+198+86=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC656 is #3339A9. Grayscale: #BBBBBB. Windows color (decimal): -3357098 or 5686988. OLE color: 5686988.

HSL color Cylindrical-coordinate representation of color #CCC656: hue angle of 56.95º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCC656 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB20419886-
CMYK00.030.580.2
HSL56.95º53.64%56.86%-
HSV(B)56.95º57.84%80%-
XYZ46.7853.916.74-
YUV187.0370.99140.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 198 (77.73% from 255) = 40.57%
BLUE value IS 86 (33.98% from 255) = 17.62%
R=41.80%
G=40.57%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041988600.030.580.256.9553.6456.86
HexCCC656033A14393639
Octal314306126037224716671
Binary1100110011000110101011001111101010100111001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC656; }

 p { color: rgb(204,198,86); }

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

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

 a { background-color: rgb(204,198,86); }

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

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

 span { border-color: rgb(204,198,86); }

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