Html Css Color HEX #CAC664 Wild Willow

📋 copy color: '#CAC664'

red 202 ◦ green 198 ◦ blue 100

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

Shades of Wild Willow #CAC664

Tints of Wild Willow #CAC664

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.6%

 BLUE value IS 100 (39.45% from 255) = 20%

R = 40.4%
G = 39.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CAC664 (or 0xCAC664) is known color: Wild Willow. HEX triplet: CA, C6 and 64. RGB value is (202,198,100). Sum of RGB (Red+Green+Blue) = 202+198+100=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC664 is #35399B. Grayscale: #BCBCBC. Windows color (decimal): -3488156 or 6604490. OLE color: 6604490.

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

Color convert

RGB 202 198 100 -
CMYK 0 0.02 0.50 0.21
HSL 57.65º 0.49% 0.59% -
HSV(B) 57.65º 0.5% 0.79% -
XYZ 46.85 53.86 19.98 -
YUV 188.02 78.33 137.97 -
System Red Green Blue C M Y K H S L
Decimal 202 198 100 0 0.02 0.50 0.21 57.65 0.49 0.59
Hex CA C6 64 0 2 32 15 3A 31 3B
Octal 312 306 144 0 2 62 25 72 61 73
Binary 11001010 11000110 1100100 0 10 110010 10101 111010 110001 111011

Color Harmonies of #CAC664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC664

Black with #CAC664

Text Example


Text Example

White with #CAC664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC664; }

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

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

background-color css

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

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

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

border-color css

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

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

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