#CCCC5F

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

Shades of Wild Willow #CCCC5F

Tints of Wild Willow #CCCC5F

Color information

#CCCC5F (or 0xCCCC5F) is unknown color: approx Wild Willow. HEX triplet: CC, CC and 5F. RGB value is (204,204,95). Sum of RGB (Red+Green+Blue) = 204+204+95=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC5F is #3333A0. Grayscale: #C0C0C0. Windows color (decimal): -3355553 or 6278348. OLE color: 6278348.

HSL color Cylindrical-coordinate representation of color #CCCC5F: hue angle of 60º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCCC5F is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB20420495-
CMYK000.530.2
HSL60º51.66%58.63%-
HSV(B)60º53.43%80%-
XYZ48.5656.8519.24-
YUV191.5773.5136.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 95 (37.5% from 255) = 18.89%
R=40.56%
G=40.56%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420495000.530.26051.6658.63
HexCCCC5F0035143c343b
Octal314314137006524746473
Binary110011001100110010111110011010110100111100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC5F; }

 p { color: rgb(204,204,95); }

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

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

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

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

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

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

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