#CFCA5F

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

Shades of Wild Willow #CFCA5F

Tints of Wild Willow #CFCA5F

Color information

#CFCA5F (or 0xCFCA5F) is unknown color: approx Wild Willow. HEX triplet: CF, CA and 5F. RGB value is (207,202,95). Sum of RGB (Red+Green+Blue) = 207+202+95=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA5F is #3035A0. Grayscale: #BFBFBF. Windows color (decimal): -3159457 or 6277839. OLE color: 6277839.

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

Color convert

RGB20720295-
CMYK00.020.540.19
HSL57.32º53.85%59.22%-
HSV(B)57.32º54.11%81.18%-
XYZ48.9256.3319.12-
YUV191.373.66139.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 95 (37.5% from 255) = 18.85%
R=41.07%
G=40.08%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072029500.020.540.1957.3253.8559.22
HexCFCA5F02361339363b
Octal317312137026623716673
Binary1100111111001010101111101011011010011111001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA5F; }

 p { color: rgb(207,202,95); }

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

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

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

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

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

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

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