#CAC662

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

Shades of Wild Willow #CAC662

Tints of Wild Willow #CAC662

Color information

#CAC662 (or 0xCAC662) is unknown color: approx Wild Willow. HEX triplet: CA, C6 and 62. RGB value is (202,198,98). Sum of RGB (Red+Green+Blue) = 202+198+98=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC662 is #35399D. Grayscale: #BCBCBC. Windows color (decimal): -3488158 or 6473418. OLE color: 6473418.

HSL color Cylindrical-coordinate representation of color #CAC662: hue angle of 57.69º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAC662 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB20219898-
CMYK00.020.510.21
HSL57.69º49.52%58.82%-
HSV(B)57.69º51.49%79.22%-
XYZ46.7653.8319.48-
YUV187.877.33138.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 198 (77.73% from 255) = 39.76%
BLUE value IS 98 (38.67% from 255) = 19.68%
R=40.56%
G=39.76%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021989800.020.510.2157.6949.5258.82
HexCAC6620233153a323b
Octal312306142026325726273
Binary1100101011000110110001001011001110101111010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC662; }

 p { color: rgb(202,198,98); }

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

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

 a { background-color: rgb(202,198,98); }

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

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

 span { border-color: rgb(202,198,98); }

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