Html Css Color HEX #CAC556 Wild Willow

📋 copy color: '#CAC556'

red 202 ◦ green 197 ◦ blue 86

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

Shades of Wild Willow #CAC556

Tints of Wild Willow #CAC556

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.62%

 BLUE value IS 86 (33.98% from 255) = 17.73%

R = 41.65%
G = 40.62%
B = 17.73%

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

#CAC556 (or 0xCAC556) is known color: Wild Willow. HEX triplet: CA, C5 and 56. RGB value is (202,197,86). Sum of RGB (Red+Green+Blue) = 202+197+86=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC556 is #353AA9. Grayscale: #BABABA. Windows color (decimal): -3488426 or 5686730. OLE color: 5686730.

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

Color convert

RGB 202 197 86 -
CMYK 0 0.02 0.57 0.21
HSL 57.41º 0.52% 0.56% -
HSV(B) 57.41º 0.57% 0.79% -
XYZ 46 53.16 16.64 -
YUV 185.84 71.66 139.53 -
System Red Green Blue C M Y K H S L
Decimal 202 197 86 0 0.02 0.57 0.21 57.41 0.52 0.56
Hex CA C5 56 0 2 39 15 39 34 38
Octal 312 305 126 0 2 71 25 71 64 70
Binary 11001010 11000101 1010110 0 10 111001 10101 111001 110100 111000

Color Harmonies of #CAC556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC556

Black with #CAC556

Text Example


Text Example

White with #CAC556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC556; }

 p { color: rgb(202,197,86); }

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

background-color css

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

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

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

border-color css

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

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

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