Html Css Color HEX #CAC666 Wild Willow

📋 copy color: '#CAC666'

red 202 ◦ green 198 ◦ blue 102

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

Shades of Wild Willow #CAC666

Tints of Wild Willow #CAC666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.32%

R = 40.24%
G = 39.44%
B = 20.32%

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

#CAC666 (or 0xCAC666) is known color: Wild Willow. HEX triplet: CA, C6 and 66. RGB value is (202,198,102). Sum of RGB (Red+Green+Blue) = 202+198+102=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC666 is #353999. Grayscale: #BCBCBC. Windows color (decimal): -3488154 or 6735562. OLE color: 6735562.

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

Color convert

RGB 202 198 102 -
CMYK 0 0.02 0.50 0.21
HSL 57.6º 0.49% 0.6% -
HSV(B) 57.6º 0.5% 0.79% -
XYZ 46.95 53.9 20.5 -
YUV 188.25 79.33 137.81 -
System Red Green Blue C M Y K H S L
Decimal 202 198 102 0 0.02 0.50 0.21 57.6 0.49 0.6
Hex CA C6 66 0 2 32 15 3A 31 3C
Octal 312 306 146 0 2 62 25 72 61 74
Binary 11001010 11000110 1100110 0 10 110010 10101 111010 110001 111100

Color Harmonies of #CAC666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC666

Black with #CAC666

Text Example


Text Example

White with #CAC666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC666; }

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

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

background-color css

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

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

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

border-color css

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

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

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