Html Css Color HEX #CACA5E Wild Willow

📋 copy color: '#CACA5E'

red 202 ◦ green 202 ◦ blue 94

#CACA5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CACA5E

Tints of Wild Willow #CACA5E

RGB

 RED value IS 202 (79.3% from 255) = 40.56%

 GREEN value IS 202 (79.3% from 255) = 40.56%

 BLUE value IS 94 (37.11% from 255) = 18.88%

R = 40.56%
G = 40.56%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CACA5E (or 0xCACA5E) is known color: Wild Willow. HEX triplet: CA, CA and 5E. RGB value is (202,202,94). Sum of RGB (Red+Green+Blue) = 202+202+94=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA5E is #3535A1. Grayscale: #BEBEBE. Windows color (decimal): -3487138 or 6212298. OLE color: 6212298.

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

Color convert

RGB 202 202 94 -
CMYK 0 0 0.53 0.21
HSL 60º 0.5% 0.58% -
HSV(B) 60º 0.53% 0.79% -
XYZ 47.5 55.61 18.82 -
YUV 189.69 74 136.78 -
System Red Green Blue C M Y K H S L
Decimal 202 202 94 0 0 0.53 0.21 60 0.5 0.58
Hex CA CA 5E 0 0 35 15 3C 32 3A
Octal 312 312 136 0 0 65 25 74 62 72
Binary 11001010 11001010 1011110 0 0 110101 10101 111100 110010 111010

Color Harmonies of #CACA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACA5E

Black with #CACA5E

Text Example


Text Example

White with #CACA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACA5E; }

 p { color: rgb(202,202,94); }

 H1.HeaderClassName
 {
   color: #CACA5E;
 }
 .AnyTagClassName
 {
   color: #CACA5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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