#CCCF62

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

Shades of Wild Willow #CCCF62

Tints of Wild Willow #CCCF62

Color information

#CCCF62 (or 0xCCCF62) is unknown color: approx Wild Willow. HEX triplet: CC, CF and 62. RGB value is (204,207,98). Sum of RGB (Red+Green+Blue) = 204+207+98=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF62 is #33309D. Grayscale: #C2C2C2. Windows color (decimal): -3354782 or 6475724. OLE color: 6475724.

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

Color convert

RGB20420798-
CMYK0.0100.530.19
HSL61.65º53.17%59.8%-
HSV(B)61.65º52.66%81.18%-
XYZ49.4258.3420.21-
YUV193.6874.01135.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 207 (81.25% from 255) = 40.67%
BLUE value IS 98 (38.67% from 255) = 19.25%
R=40.08%
G=40.67%
B=19.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204207980.0100.530.1961.6553.1759.8
HexCCCF621035133e353c
Octal314317142106523766574
Binary110011001100111111000101011010110011111110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCF62; }

 p { color: rgb(204,207,98); }

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

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

 a { background-color: rgb(204,207,98); }

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

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

 span { border-color: rgb(204,207,98); }

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