Html Css Color HEX #CAC657 Wild Willow

📋 copy color: '#CAC657'

red 202 ◦ green 198 ◦ blue 87

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

Shades of Wild Willow #CAC657

Tints of Wild Willow #CAC657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.86%

R = 41.48%
G = 40.66%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CAC657 (or 0xCAC657) is known color: Wild Willow. HEX triplet: CA, C6 and 57. RGB value is (202,198,87). Sum of RGB (Red+Green+Blue) = 202+198+87=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 87 (34.38% from 255 or 17.86% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC657 is #3539A8. Grayscale: #BABABA. Windows color (decimal): -3488169 or 5752522. OLE color: 5752522.

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

Color convert

RGB 202 198 87 -
CMYK 0 0.02 0.57 0.21
HSL 57.91º 0.52% 0.57% -
HSV(B) 57.91º 0.57% 0.79% -
XYZ 46.27 53.63 16.93 -
YUV 186.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 202 198 87 0 0.02 0.57 0.21 57.91 0.52 0.57
Hex CA C6 57 0 2 39 15 3A 34 39
Octal 312 306 127 0 2 71 25 72 64 71
Binary 11001010 11000110 1010111 0 10 111001 10101 111010 110100 111001

Color Harmonies of #CAC657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC657

Black with #CAC657

Text Example


Text Example

White with #CAC657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC657; }

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

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

background-color css

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

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

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

border-color css

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

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

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